-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (74 loc) · 2.28 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
74
75
76
77
<html>
<head>
<title>Dynoz Web</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<!-- NAVIGATION BAR -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="container-navbar">
<ul class="ul-navbar">
<li class="li-navbar">
<a href="#"class="a-navbar">HOME</a>
</li>
<li class="li-navbar">
<a href="about.html" class="a-navbar">ABOUT ME</a>
</li>
<li class="li-navbar">
<a href="contact.html"class="a-navbar">CONTACT ME</a>
</li>
</ul>
</div>
<!-- NAVIGATION BAR SELESAI -->
<!-- CONTENT 1 -->
<div class="CONTAINER-CONTENT">
<a href="https://sociabuzz.com/dynoz"class= "a-content">
<img src="DYNOZ WALLPAPER.jpg" class="img-content" />
<p style="font-family: 'Dancing Script', cursive; font-size: 50px; color: #8B0000; text-align: center;">Jom Support! </p>
</a>
</div>
<!-- CONTENT 1 SELESAI -->
<!-- FOTTER -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Footer</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 20px;
position: relative;
bottom: 0;
width: 100%;
}
.footer a {
color: #00bcd4;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="footer">
<p>© 2019 </p>
<p>
<a href="#privacy">Privacy Policy</a> |
<a href="#terms">Terms of Service</a> |
<a href="#contact">Contact Us</a>
</p>
</div>
</body>
<!-- FOTTER SELESAI -->
</div>
</body>
</html>