17 lines
450 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html lang="en" class="dark-mode">
2023-02-27 09:11:34 -07:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Modrinth App</title>
<link rel="stylesheet" href="/src/assets/stylesheets/global.scss" />
2023-02-27 09:11:34 -07:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>