-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 846 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 846 Bytes
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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/css/style.css">
<meta charset="UTF-8">
<meta name="description" content='BeardIT Home'>
<meta name="author" content="Connor B.">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel="icon" type="image/x-icon" href="assets/photos/favicon.ico">
<title>BeardIT Home</title>
</head>
<body>
<div id="WIP" class="WIP">
<p>This Website is under construction. Last updated on 11/23/2024. </p>
</div>
<div id="main_body" class="container">
<div class="intra_link">
<h2>Links</h2>
<a href="https://auth.beardit.net">authentik</a> <br>
<a href="https://snas.beardit.net">SNAS</a> <br>
<a href="https://gatus.beardit.net">Services Status</a> <br>
</div>
</div>
</body>
</html>