-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (42 loc) · 2.12 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="techguy16, et al">
<meta name="keywords" content="alpha, Αlphα λibrary, beta, beta collection, beta archive, windows beta, pre release, longhorn">
<meta name="description"
content="The homepage of Αlphα λibrary, one of the only free to access Beta libraries on the internet. No sign up required, just start downloading!">
<meta name="google-site-verification" content="Fysr2Ny3XjhQR7f7A3xqpYhkkWpYe3-B9DkmHHgk0o8" />
<title>Αlphα λibrary - Home</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JC2D49JR80"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JC2D49JR80');
</script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="navbar">
<table>
<tr>
<th><a href='index.html' id="home" style="color:blue;">Αlphα λibrary</a></th>
<td><a href='https://github.com/alphalibraryweb/'><img src="img/fa-icon/github.svg"></a></td>
<td><a href='https://discord.gg/ZBaB7h3AFb'><img src='img/fa-icon/discord.svg'></a></td>
<td><a href='about.html'><img src='img/fa-icon/about.svg'><span>About</span></a></td>
<td><a href='builds.html'><img src='img/fa-icon/library.svg'><span>Library</span></a></td>
<td><a href='https://alphalibrary.miraheze.org'><img src='img/fa-icon/wiki.svg'><span>Wiki</span></a></td>
</tr>
</table>
</div>
<div id="main">
<h1 style="text-align:center;">Welcome to <span id="rgb">Αlphα λibrary</span>!</h1>
<p style="text-align:center;">The home of free to access betas.</p>
<br>
<h2 style="text-align:center;"><i>Ready</i> to get going?</h2>
<p style="text-align:center;">Start exploring our website with the links on the navigation bar.</p>
</div>
</body>>
</html>