gale/scaffold/index.html

11 lines
829 B
HTML
Raw Permalink Normal View History

2025-02-12 08:00:45 -05:00
<html lang="en">
2025-02-19 17:01:11 -05:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-02-22 17:27:28 -05:00
<!-- css reset -->
2025-02-22 09:37:11 -05:00
<style> * {margin: 0;padding: 0;box-sizing: border-box;}html, body {height: 100%;width: 100%;font-family: Arial, sans-serif;line-height: 1.6;}body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}img, video {max-width: 100%;height: auto;}a {text-decoration: none;color: inherit;}ul, ol {list-style: none;}button, input, textarea {font-family: inherit;font-size: inherit;line-height: inherit;border: none;background: none;padding: 0;margin: 0;outline: none;}table {border-collapse: collapse;width: 100%;}</style>
2025-02-22 17:27:28 -05:00
<!-- bundled source -->
<script src="{HOSTED}/bundle.js"></script>
2025-02-19 17:01:11 -05:00
</head>
2025-02-22 17:27:28 -05:00
<body></body>
2024-08-01 08:23:47 -04:00
</html>