-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
823ab26
commit 86ac9ea
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Kontak - Virtual Office Islamicity</title> | ||
<link rel="stylesheet" href="assets/css/style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>VirtualOffice 4.0 in every virtualCity</h1> | ||
<nav> | ||
<a href="index.html">Beranda</a> | ||
<a href="about.md">Tentang Kami</a> | ||
<a href="contact.html">Kontak</a> | ||
</nav> | ||
</header> | ||
<main> | ||
<h2>Hubungi Kami</h2> | ||
<p>Jika Anda memiliki pertanyaan atau ingin mengetahui lebih lanjut tentang layanan kami, silakan hubungi kami melalui:</p> | ||
<ul> | ||
<li>Email: [email protected]</li> | ||
<li>Telepon: +62-XXX-XXX-XXXX</li> | ||
</ul> | ||
</main> | ||
|
||
<footer> | ||
<p>© 2024 Virtual Office Islamicity</p> | ||
</footer> | ||
</body> | ||
</html> |