-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 847 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 847 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>
<title>Orbiit</title>
<meta charset="UTF-8">
<meta name="description" content="We're only known for making UGWA."/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#003895">
<link rel="icon" type="image/png"
href="/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div class="wrapper">
<img src="/images/orbiit-logo.svg" alt="Orbiit" class="logo">
<div class="links">
<a href="https://github.com/Orbiit/">Github</a>
·
<a href="/gunn-web-app/">UGWA</a>
·
<a href="/elimination/">Elimination</a>
</div>
</div>
</body>
</html>