-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link rel="icon" type="image/png" href=".//img/icon.png">
<title>Your Destination</title>
</head>
<body>
<header>
<h3>Your Destination</h3>
</header>
<div class='guide'>
<h4>Put the pointer on the thumb!</h4>
</div>
<section>
<img src="img/1.jpeg" class="display" width="100%">
<div class="button">
<img src="img/1.jpeg" class="btn" id='bali'>
<img src="img/2.jpeg" class="btn" id='patung'>
<img src="img/3.jpeg" class="btn" id='kelapa'>
<img src="img/4.jpeg" class="btn" id='raja'>
<img src="img/5.jpeg" class="btn" id='ampat'>
<img src="img/6.jpeg" class="btn" id='mantau'>
</div>
</section>
<div class='main'>
<h4 id="destination">BALI</h4>
</div>
<script src="script.js"></script>
</body>
</html>