Files
244fdd3b-9edb-4e80-864b-de7…/index.html
T
2026-05-06 11:57:15 +00:00

14 lines
398 B
HTML

<!DOCTYPE html>
<html lang="en" data-theme="mountainridge">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>MountainRidge.xyz - Mini App</title>
<link rel="stylesheet" href="/src/styles.css">
<script type="module" src="/src/main.js"></script>
</head>
<body class="flex w-1 h-1">
<h1>Hello world</h1>
</body>
</html>