chore: initial template commit

This commit is contained in:
Gitea Bootstrap
2026-05-06 09:21:40 +00:00
commit fcd4eb39f4
16 changed files with 946 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en" data-theme="mountainridge">
<head>
<base data-trunk-public-url/>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>MountainRidge.xyz - Mont Fort App</title>
<link data-trunk rel="copy-dir" href="assets"/>
<link rel="icon" href="./assets/mridge-craft-icon.webp" type="image/webp"/>
<link rel="stylesheet" href="./assets/styles.css"/>
<script>
window.__appConfig = {};
window.addEventListener('message', function (e) {
if (e.data.type === 'APP_CONFIG') {
window.__appConfig = e.data;
}
}, {once: true});
</script>
</head>
<body class="flex w-1 h-1"></body>
</html>