21 lines
747 B
HTML
21 lines
747 B
HTML
<!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> |