-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width"/>
<title>C.I.G</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="https://static.thenounproject.com/png/6528691-200.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<h1 class="h1center" class="glitch">
<u>The Cyber Initiative</u>
<img class="img1" src="https://static.thenounproject.com/png/7190769-200.png" alt="" width="100" height="100">
</h1>
<div id="container">
<a href="room.html">
<button class="button">START
<i class="fa fa-play" style="font-size:20px;"></i>
</button>
</a>
</div>
<div id="container">
<a href="harathon.html">
<button class="button">Game Sources
<i class="fa fa-link" style="font-size:20px;"></i>
</button>
</a>
</div>
<div id="container">
<a href="credit.html">
<button class="button">Credits
<i class="fa fa-info-circle" style="font-size:20px"></i>
</button>
</a>
</div>
</body>
</html>