blob: 93c2ce03f259d2e4d1c6337a6f62f3db0c66287e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$$START TITLE
About
$$END TITLE
$$START CONTENT
<h1>About Website</h1>
<p>
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:
</p>
<code>git clone git://prestonpan.tech/prestonpan.git</code>
<h2>Articles</h2>
<ul>
<li><a href="./contact.html">Contact</a> -- How to contact me.</li>
<li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li>
</ul>
$$END CONTENT
|