20 lines
564 B
HTML
20 lines
564 B
HTML
<!doctype html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>nicwands</title>
|
|
|
|
<!--Umami-->
|
|
<script
|
|
defer
|
|
src="https://umami.nicwands.com/script.js"
|
|
data-website-id="f50208e9-a92e-4ba9-9941-9d841cbb26e2"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|