1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-22 08:04:31 +00:00
steffoweb/public/index.html
2021-08-29 05:40:54 +02:00

20 lines
637 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#0D193B" />
<meta
name="description"
content="Steffo's personal website"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Steffo's website</title>
</head>
<body>
<noscript>This website requires JavaScript. I'm sorry :(</noscript>
<div id="root"></div>
</body>
</html>