Skip to content

Commit

Permalink
Create contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
islamicity authored May 26, 2024
1 parent 823ab26 commit 86ac9ea
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/docs/contact.html
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>&copy; 2024 Virtual Office Islamicity</p>
</footer>
</body>
</html>

0 comments on commit 86ac9ea

Please sign in to comment.