-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (33 loc) · 1.44 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
<html>
<head>
<title>MAI H00N HACKER</title>
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<nav class="navbar myNavbar navbar-light">
<a class="navbar-brand">MAI H00N HACKER</a>
<div class="center-all">
<a href="login/index.html"><button class="myBtn cursor">Login</button></a>
<p class="super-small-text">
<a href="login/index.html?action=signup">Have an invite code?</a>
</p>
</div>
</nav>
<div class="container">
<div class="page-header">
<div class="bigFlex">
<h1>Welcome to MAI H00N HACKER!</h1>
<h3>A coding ground to develop your skills and compete with your friends.</h3>
<div class="index-footer">
<h3>Developed By <a target="_blank" href="http://harshsaglani.byethost13.com">Harsh Saglani</a></h3>
</div>
</div>
</div>
</div>
</div>
</body>
</html>