Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynoz769 authored Nov 30, 2024
1 parent acdff86 commit 0a16bf6
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,44 @@ <h1>ABOUT DYNOZ</h1>
<!-- CONTENT 1 SELESAI -->

<!-- FOTTER -->
<div class="FOTTER-CONTAINER">
<p class="FOTTER-h1">est 2019</p>
</div>
<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>&copy; 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>
Expand Down

0 comments on commit 0a16bf6

Please sign in to comment.