-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
32 lines (30 loc) · 1012 Bytes
/
index4.html
File metadata and controls
32 lines (30 loc) · 1012 Bytes
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
<html>
<head>
<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><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 class="active"><a href="index4.html"> CONTACT US</a></li>
<li><a href="index5.html"> NEWS</a></li>
</ul>
</div>
</header>
<div class="cu">
<h4>
E-mail  : <a href="jembtcentre@gmail.com">jembtcentre@gmail.com</a><br>
Phone   : 031-8057665<br>
</h4>
</div>
</body>
</html>