From 424d58b5937887199df4d502d06b9073a32018d3 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 3 Aug 2022 22:45:30 +0100 Subject: [PATCH] Move main pages to root directory. --- blog/blog.html => blog.html | 0 contact/contact.html => contact.html | 0 index.html | 6 +++--- src/source.html => source.html | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename blog/blog.html => blog.html (100%) rename contact/contact.html => contact.html (100%) rename src/source.html => source.html (100%) diff --git a/blog/blog.html b/blog.html similarity index 100% rename from blog/blog.html rename to blog.html diff --git a/contact/contact.html b/contact.html similarity index 100% rename from contact/contact.html rename to contact.html diff --git a/index.html b/index.html index 67be3b4..91546f6 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@

Inferencium Network


- About

-

- Contact

-

- Blog

-

- Source

+

- Contact

+

- Blog

+

- Source

diff --git a/src/source.html b/source.html similarity index 100% rename from src/source.html rename to source.html