Files
WebPage/index.html
TheNightglow 7886a9cf56 test
2021-08-23 23:32:51 +02:00

60 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="style1.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/about-us.html">
Projects
</a>
</li>
<li>
<a href="subfiles/about-us.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>
<p>v0.0.2</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>