-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (22 loc) · 958 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
<!DOCTYPE html>
<html>
<head>
<title>Gods Eye</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<img class='bg' src="img/Godseye.jpg">
<header class='name'>Gods Eye</header>
<section class="Start">
<h2 class='joke'>I was once used by the soviets</h2>
</section>
<div class="b">
<button onClick="window.location.href='https://www.youtube.com/watch?v=j5a0jTc9S10&list=PLzJ2D8f51wW-H40q3dMB0evI7iJ0dmRdT&index=2';">Join Us</button>
</div>
<footer class='dev'>Gods Eye was developed by Dedsec ©
</footer>
<p class='foot'>Dedsec has told you the truth you know what to do</p>
</body>
</html>