mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +00:00
20 lines
637 B
HTML
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>
|