-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.08 KB
/
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
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beranda</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="../img/logo.png">
</head>
<body>
<nav>
<div class="navigasi">
<ul>
<li><a href="html/info.html">Info</a> </li>
<li><a href="html/help.html">Help</a></li>
<li><a class="nav-1" style="color: #FFB072;" href="html/index2.html">Sign in</a></li>
</ul>
</div>
</nav>
<div class="background">
<p class="isi-1">Let's travelling with us</p>
<p class="isi2">Sebuah website untuk pembelian
tiket, hotel, dan temukan berbagai info menarik
mengenai pariwisata di Indonesia
</p>
</div>
<div class="input-login ">
<button type="button" onclick="window.location.href='html/index2.html'" class="button">Get Started</button>
</div>
</body>
</html>