mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
16 lines
517 B
HTML
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>
|