2021-08-28 19:18:43 +00:00
|
|
|
<!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" />
|
2021-08-29 03:40:54 +00:00
|
|
|
<meta name="theme-color" content="#0D193B" />
|
2021-08-28 19:18:43 +00:00
|
|
|
<meta
|
|
|
|
name="description"
|
2021-08-29 03:40:54 +00:00
|
|
|
content="Steffo's personal website"
|
2021-08-28 19:18:43 +00:00
|
|
|
/>
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
2021-08-29 03:40:54 +00:00
|
|
|
<title>Steffo's website</title>
|
2021-08-28 19:18:43 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-08-29 03:40:54 +00:00
|
|
|
<noscript>This website requires JavaScript. I'm sorry :(</noscript>
|
2021-08-28 19:18:43 +00:00
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|