AnoPaper/index.html
2023-04-19 16:37:48 +03:00

17 lines
No EOL
416 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/ico.png" />
<!-- Icon generated with stable diffusion -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AnoPaper</title>
</head>
<body class="bg-white dark:bg-zinc-900">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>