-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 949 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
<!DOCTYPE html>
<html>
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<head>
<title>ClassHack()</title>
<link href = "css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu:500,500italic' rel='stylesheet' type='text/css'>
<link href='css/main.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class= "mainpage">
<div class="main-container">
<div class="main-content">
<a href = "index.html">
<h1>ClassHack();</h1>
</a>
<h3>Share your smartness.</h3>
<br>
<br>
<a href = "login.html" class="mpbtn">Login</a>
<a href = "register.html" class="mpbtn">Register</a>
</div>
</div>
</div>
</body>
</html>