aboutsummaryrefslogtreecommitdiff
path: root/website/src
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2025-09-19 11:08:56 +1200
committerDylan <boss@tehbox.org>2025-09-19 11:08:56 +1200
commit920ccb1300240961f7559d68e8f9b11a81eb90db (patch)
tree8fc8adbe7925fddfff535837dd49af2e2f5fb925 /website/src
parent12f53416b8591fd9ee9569b40796f355c83f3ce7 (diff)
downloadnixos-configuration-master.tar.gz
nixos-configuration-master.zip
feat: Disabled website and enabled cgitHEADmaster
Diffstat (limited to 'website/src')
-rw-r--r--website/src/index.html4
-rw-r--r--website/src/other-page.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/website/src/index.html b/website/src/index.html
new file mode 100644
index 0000000..a28d898
--- /dev/null
+++ b/website/src/index.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<h1>Test</h1>
+<a href = "./other-page.html">Other page</a>
+<p>This websit was built and uploaded and hosted on my server using nix!!!</p>
diff --git a/website/src/other-page.html b/website/src/other-page.html
new file mode 100644
index 0000000..cbd5c8b
--- /dev/null
+++ b/website/src/other-page.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<h1>Other page</h1>
+<a href = "./index.html">Home</a>
+<p>Multipage test</p>