-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.49 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.49 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>State.Watchman.Ex</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body class="bg-secondary" style="background-image: url(https://wallpapercat.com/w/full/7/e/5/699386-3840x2160-desktop-4k-lighthouse-background-photo.jpg); width: 100%; height: 100vh; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;">
<!-- Navbar -->
<nav class="navbar navbar-dark bg-dark text-light fixed-top">
<div class="container-fluid row">
<div class="col justify-content-start align-items-center"><span>State.Watchman.Project</span></div>
<div class="col text-center"><span>Experimental Build</span></div>
<div class="col d-flex justify-content-end align-items-center"><span>Last Updated: 2025-04-02</span></div>
</div>
</nav>
<!-- Footer -->
<footer class="pt-2 text-light bg-dark fixed-bottom">
<p class="text-center">© 2025 Chris Yayahkeekoot</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="scripts.js"></script>
</body>
</html>