59 lines
1.7 KiB
HTML
59 lines
1.7 KiB
HTML
<!-- See Tutorial https://www.youtube.com/watch?v=NXG0ETguPsg -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Apophis Coding</title>
|
|
<link rel="shortcut icon" href="Images/icon.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header class="page-head">
|
|
<div>
|
|
<img src="Images/icon.png" alt="Icon of Apophis Coding">
|
|
<h1>Apophis Coding</h1>
|
|
</div>
|
|
</header>
|
|
<nav>
|
|
<ul class="navigation">
|
|
<li>
|
|
<a href="index.html">
|
|
Home
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="SubFiles/aboutUs.html">
|
|
Projects
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="SubFiles/aboutUs.html">
|
|
About us
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<main>
|
|
<div class="center-panel">
|
|
<p>Welcome to the home page of Apophis Coding.</p>
|
|
<p>This side is currently under construction.</p>
|
|
</div>
|
|
</main>
|
|
<footer class="footer">
|
|
<div>
|
|
<h3>Contact:</h3>
|
|
<ul>
|
|
<li>
|
|
support@apophis-coding.com
|
|
</li>
|
|
<li>
|
|
<a href="https://discord.gg/zdJ7TVq5gz" target="_blank">
|
|
Discord
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |