-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (63 loc) · 1.83 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MOBIL</title>
<style>
/* Style untuk Navbar */
body {
font-family: Arial, sans-serif;
}
.navbar {
background-color: #000000;
overflow: hidden;
}
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
.navbar a:hover {
background-color: rgb(74, 13, 13);
color: white;
}
/* Responsive navbar */
@media screen and (max-width: 600px) {
.navbar a {
float: none;
width: 100%;
}
}
</style>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<a href="Home.html">Home</a>
</div>
<!-- Konten halaman -->
<div style="padding:16px">
<h1>Selamat Datang Di website video mobil</h1>
</div>
<section>
<img src="WhatsApp Image 2024-12-02 at 20.28.06_39fb08b2.jpg" width="500">
<iframe width="560" height="315" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</section>
<section>
<h1>Informasi Penting</h1>
<p><strong>kepin ganteng banget</strong> </a>.</p>
</section>
<section>
<video controls>
<source src="WhatsApp Video 2024-12-05 at 08.18.57.mp4" type="video/mp4">
</video>
</section>
<footer>
<a href="kontak.html" target="_blank"></a>
</footer>
</body>
</html>