2023-07-29 17:59:21 -04:00

16 lines
517 B
HTML

<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/shared.ts"></script>
<link rel="stylesheet" href="/src/styles.css" />
<style id="rainbow-style"></style>
<title>Outer Wilds Mod Manager</title>
</head>
<body>
<div id="root"></div>
</body>
</html>