Move main pages to root directory.

This commit is contained in:
inference 2022-08-03 22:45:30 +01:00
parent ceda3aab1f
commit 424d58b593
4 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
<h1>Inferencium Network</h1>
<br>
<p>- <a href="about.html">About</a></p>
<p>- <a href="contact/contact.html">Contact</a></p>
<p>- <a href="blog/blog.html">Blog</a></p>
<p>- <a href="src/source.html">Source</a></p>
<p>- <a href="contact.html">Contact</a></p>
<p>- <a href="blog.html">Blog</a></p>
<p>- <a href="source.html">Source</a></p>
</body>
</html>