Added all required meta tags to the index.html

This commit is contained in:
2022-12-31 23:21:55 +01:00
parent 999dc87e8d
commit 5102e342c9

View File

@ -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>