-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.32 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.32 KB
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
35
36
37
38
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Jember Tourist Centre
</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">
<div class="logo">
<img src="logo-unej-baku.png">
</div>
<ul class="main-nav">
<li class="active"><a href="index.html"> HOME</a></li>
<li><a href="index2.html"> TOURIST SPOT</a></li>
<li><a href="index3.html"> ABOUT</a></li>
<li><a href="index4.html"> CONTACT US</a></li>
<li><a href="index6.html"> NEWS</a></li>
</ul>
</div>
</header>
<div class="hero">
<h1>Let's Explore!</h1>
<div class="button">
<a href="index register.html" class="btn btn-one">REGISTER</a>
</div>
</div>
<div class="mama">
<h2>Just living is not enough.... one must have sunshine, freedom, and a little flower.<br> ~ Haris Christian Andersen</h2>
</div>
</body>
</html>