summaryrefslogtreecommitdiff
path: root/src/about.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-06-28 22:37:09 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-06-28 22:37:09 -0700
commit79bd72e062fabcd6c0b73cfba6d35178e179da41 (patch)
tree23925498f68e055f40954dcb33df86f34ff8d5da /src/about.php
parentb72bed67eae3ad851174c67252fea12de765274e (diff)
updated a lot of stuff
Diffstat (limited to 'src/about.php')
-rw-r--r--src/about.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.php b/src/about.php
index de3bf5e..dab34e7 100644
--- a/src/about.php
+++ b/src/about.php
@@ -5,8 +5,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<h2>About This Site</h2>
<p>
- This site is hosted on my own server, which is a machine I hacked together from some random components--
- a 4790K, 16GB of DDR3, SSD storage. The server runs Arch Linux, which was probably a bad idea, but it hasn't
+ This site is hosted on my own server, which is a machine I hacked together from some random components--a
+ 4790K, 16GB of DDR3, SSD storage. The server runs Arch Linux, which was probably a bad idea, but it hasn't
caused any problems yet. It serves content through an apache webserver, and has a pretty simple backend:
I use PHP for templating, CSS for styling, and no JavaScript at all. The server supports HTTPS using Let's Encrypt.
If you're curious about anything here, you can email me at kai@kaistevenson.com.