-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (26 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="application-name" content="Project Gamblitz">
<meta name="description" content="Undergoing maintenance...">
<title>Comeback Soon!</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="./src/css/style.css">
<!-- Favicons -->
<link rel="apple-touch-icon" href="./src/images/logo.png">
<link rel="shortcut icon" href="./src/images/logo.png">
</head>
<body>
<img class="strips-img" src="./src/images/strips.png">
<img class="logo-img" src="./src/images/logo.png">
<div class="text">
<div class="sneakpeek">
<p class="text1">We are doing</p>
<p class="text2">some upgrading!</p>
<p class="text3">- Gamblitz Devs</p>
</div>
</div>
</body>
</html>