-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="background"></div>
<div class="content text-center">
<img src="images/logo.png" alt="Custom Logo" class="logo mb-4">
<h1>Coming Soon</h1>
<!-- Bootstrap Button -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLScKvFjuqz1i1gg6uU0RgZmBSnbjuWwdQvlM6W08Wy4g2R7NVA/viewform?usp=header">
<button type="button" class="btn btn-light">Register Your Interest</button>
</a>
</div>
<footer class="text-center mt-5">
<script type="text/javascript">document.write(`<a href="mailto:hello@logmystation.com" rel="nofollow noopener noreferrer">hello@logmystation.com</a>`);</script>
© logmystation.com 2025
</footer>
<!-- Bootstrap JS Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>