-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.07 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
<!DOCTYPE html>
<html style="margin: 0">
<head>
<meta charset="utf-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Graduate&family=Quicksand&display=swap"
rel="stylesheet"
/>
<title>Habitat Heroes</title>
<meta
name="Description"
content="Build homes, communities and hope through a virtual house-building game that mirrors the experience of physical volunteering programmes."
/>
</head>
<body style="margin: 0; padding: 0; background-color: black">
<!-- Necessary for the font to be fully loaded -->
<div style="font-family: 'Quicksand'; position: absolute"> </div>
<input
style="
position: absolute;
background: transparent;
border: none;
outline: 0;
color: white;
font-family: 'Graduate', cursive;
"
type="text"
id="name"
autocomplete="false"
maxlength="11"
/>
</body>
</html>