-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 1003 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (20 loc) · 1003 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/Settings/styles.css">
<!-- <link rel="icon" href="Pictures/AALogo.png" type="image/png" sizes="16x16"> -->
<link rel="icon" href="Pictures/AALogo2021.png" type="image/png" sizes="16x16">
<title>Alpha Authority</title>
<meta name="description" content="Alpha Authority's Github Base">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>Come back soon! Site in Development. <br><br>Group Site: <br><a href="https://www.roblox.com/groups/790907/Alpha-Authority">https://www.roblox.com/groups/790907/Alpha-Authority</a></p>
<a href="https://time.is/UTC" id="time_is_link" rel="nofollow" style="color:Black;background:White">Time in UTC:</a>
<span id="UTC_za00" style="color:Black;background:White"></span>
<script src="//widget.time.is/en.js"></script>
<script>
time_is_widget.init({UTC_za00:{template:"TIME<br>DATE", date_format:"dayname, monthname dnum, year"}});
</script>
</body>
</html>