From 19b9690dff9580bb643dd7431b7443334310f8ac Mon Sep 17 00:00:00 2001 From: Cameron Himes Date: Thu, 24 Mar 2022 18:35:26 -0400 Subject: [PATCH] add 404 page --- .gitmodules | 6 +++ 404.html | 117 ++++++++++++++++++++++++++++++++++++++++++++++++ comic-mono-font | 1 + starfield | 1 + 4 files changed, 125 insertions(+) create mode 100644 .gitmodules create mode 100644 404.html create mode 160000 comic-mono-font create mode 160000 starfield diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..db937d9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "starfield"] + path = starfield + url = https://github.com/mlesniak/starfield +[submodule "comic-mono-font"] + path = comic-mono-font + url = https://github.com/dtinth/comic-mono-font diff --git a/404.html b/404.html new file mode 100644 index 0000000..fe175e9 --- /dev/null +++ b/404.html @@ -0,0 +1,117 @@ + + + + + + 404: Mountain Linux + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+

+ You came to the + 90's + but nobody is here. Go home! +

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/comic-mono-font b/comic-mono-font new file mode 160000 index 0000000..9a96d04 --- /dev/null +++ b/comic-mono-font @@ -0,0 +1 @@ +Subproject commit 9a96d04cdd2919964169192e7d9de5012ef66de4 diff --git a/starfield b/starfield new file mode 160000 index 0000000..2c409e6 --- /dev/null +++ b/starfield @@ -0,0 +1 @@ +Subproject commit 2c409e6343e020e3c145970c0e7f59b64d779608