This commit is contained in:
wont-stream 2025-04-08 16:46:16 -04:00
parent 4efdf07301
commit da60eea418
2 changed files with 5 additions and 5 deletions

View file

@ -5,11 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark">
<meta name="description" content="A Dedicated Backend Developer." />
<title>Seth @ IPv4 dot Army</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/main.tsx" defer></script>
</body>
</html>