-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (28 loc) · 906 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>
<title>Welcome to mulone webpage</title>
<link rel="stylesheet" type="text/css" href="index_style.css">
</head>
<body>
<div class="main" id="login">
<div class="overlay"></div>
<div class="navbar">
<div class="logo">MULONE</div>
<ul>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">CONTACT US</a></li>
</ul>
</div>
<div class="heading">
<h1 class="head">WELCOME TO <span>MULONE !!!</span></h1>
<h3 class="sub">Get All Tech Stacks For Free</h3>
<div class="btns">
<a href="main.html">GET STARTED</a>
</div>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0-alpha.1/handlebars.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
</body>
</html>