generated from fulldecent/github-pages-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 798 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home | Atom596.com</title>
<link rel="stylesheet" href="/style/home.css">
<link id="theme-css" rel="stylesheet" href="/style/light.css">
</head>
<body>
<h1>Atom596.com</h1>
<div id="topbar"></div>
<div class="plans">
<div class="subtitle" id="subtitle">
<h2>New Website Under Construction</h2>
</div>
<div class="column" id="bluesky">
<h3>Live Bluesky Tracker</h3>
</div>
<div class="column" id="github">
<h3>Live GitHub Tracker</h3>
</div>
<div class="column" id="modrinth">
<h3>Live Modrinth Tracker</h3>
</div>
</div>
<script src="/script/common.js"></script>
</body>
</html>