-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndexNews.html
44 lines (39 loc) · 1.34 KB
/
IndexNews.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
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>
Jember Tourist Centre
</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style>
.GridNews
{
display: grid;
grid-template-columns: auto auto auto auto auto;
}
</style>
</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><a href="index4.html"> CONTACT US</a></li>
<li class="active"><a href="index5.html"> NEWS</a></li>
</ul>
</div>
</header>
<div class="GridNews">
<h1>Mari Membaca</h1></center>
<div class="button">
<a href="indexRegisterVisitor.html" class="btn btn-one">REGISTER</a>
</div>
<div class="mama">
<h2><br> </h2>
</div>
</body>
</html>