This commit is contained in:
TheNightglow
2021-08-23 23:32:51 +02:00
parent 8fce073b86
commit 7886a9cf56
5 changed files with 49 additions and 27 deletions

View File

@@ -5,13 +5,13 @@
<head>
<meta charset="UTF-8">
<title>Apophis Coding</title>
<link rel="shortcut icon" href="Images/icon.png">
<link rel="stylesheet" href="style.css">
<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">
<img src="images/icon.png" alt="Icon of Apophis Coding">
<h1>Apophis Coding</h1>
</div>
</header>
@@ -23,12 +23,12 @@
</a>
</li>
<li>
<a href="SubFiles/aboutUs.html">
<a href="subfiles/about-us.html">
Projects
</a>
</li>
<li>
<a href="SubFiles/aboutUs.html">
<a href="subfiles/about-us.html">
About us
</a>
</li>
@@ -38,6 +38,7 @@
<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">