summaryrefslogtreecommitdiff
path: root/html/about_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/about_site.html')
-rw-r--r--html/about_site.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/html/about_site.html b/html/about_site.html
new file mode 100644
index 0000000..4258b54
--- /dev/null
+++ b/html/about_site.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>about site</title>
+ <meta charset="UTF-8">
+ <link id="mainstyle" rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="etc.css">
+ <script src="style.js" defer></script>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+<body>
+ <main id="content">
+ <h2 style="margin-top: 0; margin-bottom: 8px;">&gt;&lt;&gt; about site</h2>
+ <a href="index.html">home</a> /
+ <a href="pages.html">pages</a> /
+ <a href="blog.html">blog</a> /
+ <a href="journal.html">journal</a> /
+ <a href="about_site.html">about site</a>
+ <hr>
+<p>My website started in around June 2025, I think.</p>
+<p>Short dates on my website are done in non-American format, for example 09/11/2001 would be the 9th of November on 2001.</p>
+<p>This site gets generated with a bash script. Pages are written in markdown (mostly) which is then converted to HTML. Stuff like Hugo is a pain and too confusing for me.</p>
+<p>This site is <a href="LICENSE.html">licensed</a> under WTFPL.</p>
+<hr>Last Modified: December 18, 2025
+</main></body></html>