60 lines
1.8 KiB
HTML
60 lines
1.8 KiB
HTML
<!-- See Tutorial https://www.youtube.com/watch?v=NXG0ETguPsg -->
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Apophis Coding</title>
|
|
<link rel="shortcut icon" href="images/icon.png">
|
|
<link rel="stylesheet" href="style3.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.7</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> |