-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 795 Bytes
/
index.html
File metadata and controls
42 lines (36 loc) · 795 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Dosis:500|Lora:400i" rel="stylesheet">
<style>
.head {
font-size: 96px;
font-family: 'Lora', serif;
align-self: center;
text-align: center;
}
.lead {
font-size: 26px;
font-family: 'Dosis', sans-serif;
text-align: center;
}
.con {
width: 50%;
align-self: center;
margin: 0 auto;
}
</style>
</head>
<body>
<br>
<div class="con">
<br>
<center>
<img src="logo.png" width="100%" >
<br>
<a class="lead">A library of Game Boy related software, hardware and literature. Aimed to mirror and preserve old and fragmented contributions from the last three decades.</a>
<br> <br>
<a class="lead" href="https://github.com/gb-archive"> Repositories directory </a>
</center>
</div>
</body>
</html>