diff options
author | root <root@zacharyscheiman.com> | 2023-03-10 18:11:06 +0000 |
---|---|---|
committer | root <root@zacharyscheiman.com> | 2023-03-10 18:11:06 +0000 |
commit | 53ba59c39dab56533ec965bfdfc28bd98ab38db0 (patch) | |
tree | 797f54e6f73bae27c3c39a77259be878dced93a0 /blog | |
download | site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.gz site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.bz2 site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | blog/.html | 0 | ||||
-rw-r--r-- | blog/state-of-the-site.html | 18 | ||||
-rw-r--r-- | blog/style.css | 7 | ||||
-rw-r--r-- | bloglist.html | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/blog/.html b/blog/.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/blog/.html diff --git a/blog/state-of-the-site.html b/blog/state-of-the-site.html new file mode 100644 index 0000000..fd6ba69 --- /dev/null +++ b/blog/state-of-the-site.html @@ -0,0 +1,18 @@ +<title>state of the site</title> +<link rel="stylesheet" href="style.css"> +<html> +<p> +Hello o/, and welcome to my website!<br> +As of right now I am still setting things up, I have a git server running but I am +still working on getting cloning to work via https. On top of the git server I also +have a cgit instance which I have gotten close to perfect (for some reason the site +is only sometimes in darkmode). +<br><br> +As of right now that is all I've got running but I might be setting up a SearXNG +instance soon. +<br><br> +However somethings that I will never put on my server are: <br> + - social media frontend's eg: invious, and mastadon <br> + - probably some other things that I can't think about right now <br> +</p> +</html> diff --git a/blog/style.css b/blog/style.css new file mode 100644 index 0000000..83ff097 --- /dev/null +++ b/blog/style.css @@ -0,0 +1,7 @@ +html { + background-color: #121212; + border: 3vh solid #121212; + font-family: sans-serif; + font-size: 2vh; + color: white; +} diff --git a/bloglist.html b/bloglist.html new file mode 100644 index 0000000..0004ac3 --- /dev/null +++ b/bloglist.html @@ -0,0 +1,3 @@ +<p style="font-family: sans-serif; color: white;"> +2023 Mar 10 - <a href="https://squi.bid/blog/state-of-the-site.html" target="top" id="link">state-of-the-site</a><br> +</p> |