mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 22:58:09 -04:00
16 lines
453 B
HTML
16 lines
453 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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.0" />
|
|
<title>Slides</title>
|
|
</head>
|
|
<body style="background-color: black">
|
|
<div id="root">
|
|
<span style="color: white">loading... </span>
|
|
</div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|