Files
mainwebsite/index.html
2023-10-15 21:31:55 +02:00

15 lines
504 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/pfp.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sr Izan's front page for the web:tm:</title>
<script async src="https://analytics.srizan.dev/ua.js" data-website-id="54ccb44c-b03c-4790-8262-3e1a82241a24"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>