-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
34 lines (26 loc) · 1.05 KB
/
Home.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
<!DOCTYPE html>
<html>
<head>
<title>TEJUS</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="Home.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="content">
<h1>MLA FUNDS</h1>
<h3>Your Opnion counts</h3>
<hr>
<button class="btn btn-default btn-lg"><i class="fa fa-hourglass-start" aria-hidden="true"></i> <a href="new.html">Get Started!</a></button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>