Init build

This commit is contained in:
SpaceNerd0717
2025-10-15 01:06:18 -04:00
parent d1fef202ad
commit 6a5f069255
20 changed files with 26804 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ body {
color: white;
font-family: Consolas, monospace;
}
#mission { font-size: 4vw; margin-bottom: 20px; }
#mission { font-size: 4vw; margin-bottom: 0; }
#timer { font-size: 8vw; margin-bottom: 40px; }
</style>
<script>
@@ -21,7 +21,7 @@ setTimeout(() => location.reload(), 1000);
</script>
</head>
<body>
<div id="mission">Starship Flight 12</div>
<div id="mission">Placeholder Mission</div>
<div id="timer">T-00:00:00</div>
</body>
</html>