Added all required meta tags to the index.html
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="description" content="MyLinks - Der erste modulare URL Shortener">
|
||||
<link rel="icon" href="/icons/icon.ico" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link rel="apple-touch-icon" href="/icons/icon-192x192.png">
|
||||
<meta name="theme-color" content="#FFFFFF" />
|
||||
<title>MyLinks</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user