mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 05:50:00 -04:00
18 lines
506 B
HTML
18 lines
506 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap"
|
|
/>
|
|
<script type="module" src="src/entry.ts"></script>
|
|
<script src="uv/uv.bundle.js"></script>
|
|
<script src="uv.config.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" class="m3-font-body-large"></div>
|
|
</body>
|
|
</html>
|