1
0

Code cleanup

This commit is contained in:
2022-08-02 16:57:38 +02:00
parent 962ed8d327
commit 44279870b4
9 changed files with 190 additions and 170 deletions

View File

@ -1,19 +1,19 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/niklas-birk-icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<head>
<meta charset="utf-8"/>
<link href="%PUBLIC_URL%/niklas-birk-icon.ico" rel="icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#000000" name="theme-color"/>
<meta
name="Niklas Birk"
content="Über Niklas Birk und seine Dienste"
content="Über Niklas Birk und seine Dienste"
name="Niklas Birk"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
<title>Niklas Birk</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>