From dc2fd65e6bfeaa2c475d5042f64263ac9427c22f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 8 Nov 2022 10:28:58 -0800 Subject: completely changed backend --- build/website/about/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 build/website/about/index.html (limited to 'build/website/about/index.html') diff --git a/build/website/about/index.html b/build/website/about/index.html new file mode 100644 index 0000000..e95eda9 --- /dev/null +++ b/build/website/about/index.html @@ -0,0 +1,44 @@ + + + + + + + + + + + + +About + + + + + +
+

About Website

+

+ This website was made without complex javascript or css so that it is easy to load + and read on all browsers, including terminal and js-less browsers like netsurf. + Additionally, I wrote a shell script to generate this website automatically + from a hiearchical filesystem of html files. If you're interested, simply run: +

+ +git clone git://prestonpan.tech/prestonpan.git + +

Articles

+ + +
+ + -- cgit