2024-04-07 21:13:35 +02:00
|
|
|
<!doctype html>
|
2024-08-16 23:20:11 -07:00
|
|
|
<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" />
|
2024-08-30 10:42:58 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2023-05-23 11:14:22 -07:00
|
|
|
<title>Modrinth App</title>
|
2024-08-16 23:20:11 -07:00
|
|
|
|
|
|
|
<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>
|