From ce810b69e5af6c9c5bbce4ca49e279b604afe7b1 Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 27 Aug 2024 20:47:00 -0700 Subject: [PATCH] test html compiled from lisp --- changelog | 1 + home.html | 431 ++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 335 insertions(+), 97 deletions(-) diff --git a/changelog b/changelog index 56c313f..e5e5262 100644 --- a/changelog +++ b/changelog @@ -30,3 +30,4 @@ 2024-08-09: fix thoughts not displaying in correct order 2024-08-19: rewrite .*-info pages, add footer, update home.html, make all* images links 2024-08-20: update my-laptop.html, create my-old-laptop.html +2024-08-27: test new home.html compiled from lisp code. diff --git a/home.html b/home.html index a3ec218..f49507c 100644 --- a/home.html +++ b/home.html @@ -1,98 +1,335 @@ -$[echo visit >> files/home_visit_counter] - - - - - - - - Natalie website - - - $[include html/header.html] -
-
-

- I'm Natalie[ee].
- $[find files/homepage-statements/* | shuf -n1 | xargs -I % cat %]
- I am not sure what I am going to use this site for, it only exists because I was procrastinating my calculus homework bored one day.
- Website homepage visit counter: $[cat files/home_visit_counter | wc -l] -

- - W3C HTML5 - -
-
-

Particularly noteable pages

- Information about this website - Information about me - There is also a blog. I do not use it frequently. - There are also random natalie thoughts. sometimes they might be interesting - other webloci -
-
-

Directories

- $[find -maxdepth 1 -type d | sed 1d | xargs -I% echo '%' | sed 's/\.\///g' | grep -v pycache | grep -v .git] -
-
-

Changelog

-
$[cat changelog]
-
-
-

Site file tree

-
- File tree hidden for brevity - $[tree . | sed 's/^\./site/; s/─/-/g; s/├/|/g; s/└/\\/g; s/│/|/g' | sed '1i\
' | sed '$a\
'] -
-
-
-

Autistic collection of 88x31s

- $[for file in ./files/88x31/*; do (file -i "$file" | grep -qE 'image/') && echo "" || cat "$file"; done | shuf] -
-
-

Post arbitrary data to my website to be displayed here

- Yes, I do sanitize this. (No you don't --sanitization tester) Yes, I do. -
-
-
- - - - - -
-
- $[ls -r ./files/posts-to-homepage/* | while read -r file; do echo "
$(cat $file)
"; done ] -
-
-
- $[include html/footer.html] - - +home +
+

I'm natalie[ee]
$[find files/homepage-statements/* | shuf -n1 | xargs -I % cat %]
I am not sure what I am going to use this site for, it only exists because I was procrastinating my calculus homework bored one day
website homepage visit-counter: $[echo visit >> files/home_visit_counter; wc -l files/home_visit_counter]

particularly notable pages

information about this websiteinformation about this nataliethere is a blog. I do not frequently use it.arbitrary natalie thoughts. they are interesting, sometimesother webloci
+

directories

+files +font +html +scripts +
+

changelog

+2024-02-18: Cleaned up header css, added changelog.
+2024-02-24: Made dir_index.html slightly less cursed server side
+2024-04-10: Fix albert hacking my website by rewriting the entire backend (lol)
+2024-04-12: Add "natalie-sightings.html"
+2024-04-14: Add "cool-sites.html", update home.html to actually be html compliant, updated comment system, add 88x31 collection, minor modification to "natalie-info.html".
+2024-04-25: Move hosting to server taken from school basement, (somewhat notable)
+2024-04-26: Updated server-migration.html, site-info.html. 
+2024-05-03: Added link to blog page in home.html, added random statement to home page upon each load
+2024-05-11: Rewrote the webserver code, again. Fixed a few things in home.html.
+2024-05-19: update theme to be in compliance with new laptop. depricate laptop page
+2024-07-06: Now supports http and https. This creates a race condition in theory. Don't care
+2024-07-09: updated natalie-info.html at the request of cinnabar, who was annoyed at the small number of incorrect things
+2024-07-18: create & add header to all pages, changes to css so as to scale with vw
+2024-07-24: Append to list of interesting sights, add page complaining about discord
+2024-07-24: add thoughts page in /html/, update natalie info page
+2024-07-24: updated wording in site-info.html, add /stats/ routes, update home.html to make filetree hidden by default because it is big
+2024-07-25: rewrite css because winter told me to. Now has dark mode based on a media query.
+2024-07-25: add subdomain proxying with nginx.
+2024-07-26: add git.natalieee.net
+2024-07-26: update site-info.html
+2024-07-26: I have a dns server now. oops. there go my sleeping plans. email me if you want to use it for some insane reason.
+2024-07-27: Update style on non blog posts
+2024-07-27: modernize /html/site-info.html, finally
+2024-07-27: improve image accessibility, update blog posts to be compliant with new style
+2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script
+2024-08-05: add 88x31s, clean up css
+2024-08-06: rewrote entire backend, website now supports uwu mode
+2024-08-09: tidy server directory, fix back button
+2024-08-09: fix css issue on homepage
+2024-08-09: fix thoughts not displaying in correct order
+2024-08-19: rewrite .*-info pages, add footer, update home.html, make all* images links
+2024-08-20: update my-laptop.html, create my-old-laptop.html
+
+

site file tree

(as of last build)

+file tree hidden for brevity
+site
+|-- __pycache__
+|   \-- utils.cpython-312.pyc
+|-- changelog
+|-- dir_index.html
+|-- files
+|   |-- 88x31
+|   |   |-- I-hate-squarspace.jpg
+|   |   |-- acab.gif
+|   |   |-- asexuals.gif
+|   |   |-- bad-apple-looping.apng
+|   |   |-- best-viewed-with-eyes.gif
+|   |   |-- bunbun.dev.html
+|   |   |-- catscapemeow.png
+|   |   |-- gnu-lesbian.html
+|   |   |-- hellzone.html
+|   |   |-- love-vim.gif
+|   |   |-- luxen.neocities.html
+|   |   |-- natalieee.net.html
+|   |   |-- no-js.jpg
+|   |   |-- powered-by-estrogen.gif
+|   |   \-- trans.png
+|   |-- blog-files
+|   |   \-- pictures
+|   |       |-- kingwood-bad-contactor.jpg
+|   |       |-- kingwood-wiring-mess.jpg
+|   |       \-- natalie-kingwood.jpg
+|   |-- dean-email-why-it-matters.png
+|   |-- deep-rock.mp4
+|   |-- dir_index.html
+|   |-- fw16-new-colorscheme.png
+|   |-- fw16-new-new-colorscheme.png
+|   |-- home_visit_counter
+|   |-- homepage-statements
+|   |   |-- 1
+|   |   |-- 10
+|   |   |-- 11
+|   |   |-- 12
+|   |   |-- 2
+|   |   |-- 3
+|   |   |-- 4
+|   |   |-- 5
+|   |   |-- 6
+|   |   |-- 7
+|   |   |-- 8
+|   |   \-- 9
+|   |-- html5.png
+|   |-- keybinds_graph.png
+|   |-- laptop-charger-barrel.jpg
+|   |-- laptop-keyboard.png
+|   |-- laptop-radio.jpg
+|   |-- laptop-xkb-geometry.png
+|   |-- my-laptop.png
+|   |-- natalie-holding-server.png
+|   |-- natalie-sightings
+|   |   |-- bad-front-camera.jpg
+|   |   |-- fixing-kingwood-beltsander.jpg
+|   |   |-- narrow-gauge-falling-over.jpg
+|   |   |-- newport-for-research-vessel-tour.jpg
+|   |   |-- normal-headphones.jpg
+|   |   |-- not-on-a-crane.jpg
+|   |   |-- on-a-crane.jpg
+|   |   |-- static-hair.jpg
+|   |   |-- wall-time.png
+|   |   \-- wave-measuring-radar-I-think.jpg
+|   |-- niri-dev-keybind-graph.png
+|   |-- posts-to-homepage
+|   |   |-- post_2024-01-15_12:44:10-740.txt
+|   |   |-- post_2024-01-15_12:44:18-939.txt
+|   |   |-- post_2024-01-15_12:44:46-863.txt
+|   |   |-- post_2024-01-15_12:47:50-503.txt
+|   |   |-- post_2024-01-15_14:01:16-657.txt
+|   |   |-- post_2024-01-15_14:01:32-242.txt
+|   |   |-- post_2024-01-15_14:01:56-977.txt
+|   |   |-- post_2024-01-15_15:28:37-735.txt
+|   |   |-- post_2024-02-16_12:39:24-502.txt
+|   |   |-- post_2024-02-26_22:35:03-603.txt
+|   |   |-- post_2024-04-09_18:16:23-175.txt
+|   |   |-- post_2024-04-09_18:19:51-247.txt
+|   |   |-- post_2024-04-10_14:34:08-940.txt
+|   |   |-- post_2024-04-10_14:36:58-000.txt
+|   |   |-- post_2024-04-10_15:40:01-996.txt
+|   |   |-- post_2024-04-10_15:51:25-822.txt
+|   |   |-- post_2024-04-10_15:51:43-966.txt
+|   |   |-- post_2024-04-10_15:53:19-027.txt
+|   |   |-- post_2024-04-10_15:53:30-295.txt
+|   |   |-- post_2024-04-10_15:54:07-529.txt
+|   |   |-- post_2024-04-10_15:55:53-767.txt
+|   |   |-- post_2024-04-10_16:00:09-689.txt
+|   |   |-- post_2024-04-10_16:08:47-051.txt
+|   |   |-- post_2024-04-10_16:11:34-637.txt
+|   |   |-- post_2024-04-10_16:39:32-933.txt
+|   |   |-- post_2024-04-10_17:31:12-327.txt
+|   |   |-- post_2024-04-10_22:17:12-309.txt
+|   |   |-- post_2024-04-26_14:43:47-369.txt
+|   |   |-- post_2024-04-26_14:44:27-701.txt
+|   |   |-- post_2024-04-26_14:44:37-280.txt
+|   |   |-- post_2024-04-26_15:27:32-592.txt
+|   |   |-- post_2024-05-03_18:23:45-362.txt
+|   |   |-- post_2024-05-03_18:26:19-741.txt
+|   |   |-- post_2024-05-03_19:39:50-803.txt
+|   |   |-- post_2024-05-03_20:14:04-519.txt
+|   |   |-- post_2024-05-03_22:07:28-694.txt
+|   |   |-- post_2024-05-03_22:13:53-986.txt
+|   |   |-- post_2024-05-03_22:28:16-811.txt
+|   |   |-- post_2024-05-03_22:48:15-132.txt
+|   |   |-- post_2024-05-03_23:02:59-957.txt
+|   |   |-- post_2024-05-17_10:09:26-633.txt
+|   |   |-- post_2024-06-01_07:30:39-709.txt
+|   |   |-- post_2024-06-01_07:30:48-909.txt
+|   |   |-- post_2024-06-01_07:30:56-153.txt
+|   |   |-- post_2024-07-07_02:43:16-916.txt
+|   |   |-- post_2024-07-07_02:44:09-894.txt
+|   |   |-- post_2024-07-07_04:38:29-881.txt
+|   |   |-- post_2024-07-07_04:38:46-629.txt
+|   |   |-- post_2024-07-07_04:47:40-613.txt
+|   |   |-- post_2024-07-07_04:48:34-488.txt
+|   |   |-- post_2024-07-07_04:48:35-488.txt
+|   |   |-- post_2024-07-07_04:48:38-488.txt
+|   |   |-- post_2024-07-07_04:54:26-562.txt
+|   |   |-- post_2024-07-07_04:54:34-333.txt
+|   |   |-- post_2024-07-07_04:55:51-947.txt
+|   |   |-- post_2024-07-07_05:00:37-462.txt
+|   |   |-- post_2024-07-24_20:51:50-094.txt
+|   |   |-- post_2024-07-25_03:25:57-261.txt
+|   |   |-- post_2024-07-25_03:43:54-147.txt
+|   |   |-- post_2024-07-25_04:10:10-690.txt
+|   |   |-- post_2024-07-25_04:14:10-633.txt
+|   |   |-- post_2024-07-25_04:14:50-077.txt
+|   |   |-- post_2024-07-25_04:15:24-217.txt
+|   |   |-- post_2024-07-25_04:15:44-463.txt
+|   |   |-- post_2024-08-06_15:39:44-327.txt
+|   |   |-- post_2024-08-06_15:40:22-506.txt
+|   |   |-- post_2024-08-06_15:41:20-035.txt
+|   |   \-- post_2024-08-06_15:41:53-278.txt
+|   |-- stats
+|   |   |-- heartbeat
+|   |   \-- song
+|   |-- temp
+|   |   \-- example_of_prompt_weirdness.mp4
+|   \-- thoughts
+|       |-- talgo-shirt-back.jpg
+|       \-- talgo-shirt-front.jpg
+|-- font
+|   |-- MapleMono.ttf
+|   |-- MapleMonoItalic.ttf
+|   |-- scientifica.ttf
+|   \-- scientificaItalic.ttf
+|-- home.html
+|-- html
+|   |-- I-dont-like-IT.html
+|   |-- albert-hack-1.html
+|   |-- blanchard.html
+|   |-- blog
+|   |   |-- index.html
+|   |   \-- posts
+|   |       |-- 2024-05-03-kingwood-maintenance.html
+|   |       |-- new-laptop.html
+|   |       \-- test-post.html
+|   |-- cool-sites.html
+|   |-- discord.html
+|   |-- footer.html
+|   |-- header.html
+|   |-- my-laptop.html
+|   |-- my-old-laptop.html
+|   |-- natalie-info.html
+|   |-- natalie-sightings.html
+|   |-- random-thoughts.html
+|   |-- server-migration.html
+|   |-- site-info.html
+|   |-- stats.html
+|   \-- thoughts
+|       |-- audio-is-bad
+|       |-- dns
+|       |-- fonts???
+|       |-- less-technical-debt
+|       |-- re-previous-font-post
+|       |-- talgo-shirt
+|       |-- technical-debt
+|       |-- things-I-should-do
+|       |-- this-is-a-thought
+|       |-- website-concept
+|       \-- wireless-headphones
+|-- log
+|-- scripts
+|   |-- img-caption
+|   |-- include
+|   |-- make-link
+|   \-- make-link-2
+|-- shell.nix
+|-- sludge -> ../sludge
+\-- style.css
+
+19 directories, 173 files
+
+
+

88x31 collection

+ + + + + + + + + + + + + + +bunbun.dev + +

post arbitrary data to be displayed here

yes, I do sanitize this(No you don't --sanitization tester)yes I do
+
+
uwu@2024-08-06_15:41:53-278
uwu

+
aoeu@2024-08-06_15:41:20-035
aoeu

+
+
+
bunbun@2024-07-25_04:15:44-463
foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar

+
bunbun@2024-07-25_04:15:24-217
foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar

+
bunbun@2024-07-25_04:14:50-077
foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar

+
bunbun@2024-07-25_04:14:10-633
foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar

+
bunbun@2024-07-25_04:10:10-690
i'm gonna kill natalie

+
bunbun2@2024-07-25_03:43:54-147
lemme try that again

+
bunbun@2024-07-25_03:25:57-261
have some pi↵

+
gnat@2024-07-24_20:51:50-094
response to samwich@2024-07-07_04:47:40-613: yeah ok sure.

+
beetles juice@2024-07-07_05:00:37-462
juice

+
sanitization tester@2024-07-07_04:55:51-947
to be clear that is not sarcasm I thought samwich had posted about hating the @ before this point

+
Nat@2024-07-07_04:54:34-333
lol

+
sanitization tester@2024-07-07_04:54:26-562
the @ symbol looks fine and significantly less like an amogus than ඞ

+
samwich@2024-07-07_04:48:34-488
WHY DOES THIS SITE HATE ME I ONLY SENT IT ONCE...

+
samwich@2024-07-07_04:48:34-488
WHY DOES THIS SITE HATE ME I ONLY SENT IT ONCE...

+
samwich@2024-07-07_04:48:34-488
WHY DOES THIS SITE HATE ME I ONLY SENT IT ONCE...

+
samwich@2024-07-07_04:47:40-613
grrrrr update name font to not be scientifica it is not defined with @font-face grrrrrrrr

+
samwich@2024-07-07_04:38:46-629
grrrrr update name font to not be scientifica it is not defined with @font-face grrrrrrrr

+
samwich@2024-07-07_04:38:29-881
grrrrr update name font to not be scientifica it is not defined with @font-face grrrrrrrr

+
Stellan@2024-07-07_02:44:09-894
Eating macking cheese from the michael wave

+
iris@2024-07-07_02:43:16-916
meow :3

+
samwich@2024-06-01_07:30:56-153
woah new theme also nice 88x31s

+
samwich@2024-06-01_07:30:48-909
woah new theme also nice 88x31s

+
samwich@2024-06-01_07:30:39-709
woah new theme also nice 88x31s

+
PUPYG1RL@2024-05-17_10:09:26-633
arbitrary data

+
sanitization tester@2024-05-03_23:02:59-957
conclusion: there are still more things to test but there is a reasonably adequate amount of sanitization. Sorry about the random garbage clogging up your screen for the next few messages.

+
sanitization tester@2024-05-03_22:48:15-132
��This is a test of utf 16. .tset - test ?�?�?�?� end

+
sanitization tester@2024-05-03_22:28:16-811
lol 7f80�81�82�83�84�85�86�87�88�89�8a�8b�8c�8d�8e�8f�90�91�92�93�94�95�96�97�98�99�9a�9b�9c�9d�9e�9f�a0�a1�a2�a3�a4�a5�a6�a7�a8�a9�aa�ab�ac�ad�ae�af�b0�b1�b2�b3�b4�b5�b6�b7�b8�b9�ba�bb�bc�bd�be�bf�c0�c1�c2�c3�c4�c5�c6�c7�c8�c9�ca�cb�cc�cd�ce�cf�d0�d1�d2�d3�d4�d5�d6�d7�d8�d9�da�db�dc�dd�de�df�e0�e1�e2�e3�e4�e5�e6�e7�e8�e9�ea�eb�ec�ed�ee�ef�f0�f1�f2�f3�f4�f5�f6�f7�f8�f9�fa�fb�fc�fd�fe�ff�done

+
sanitization tester@2024-05-03_22:13:53-986
testab?c?d?e?f?g?h?i?j k +l?m?n +o?p?q?r?s?t?u?v?w?x?y?z?A?B?C?D?E?F?G

+
test�@2024-05-03_22:07:28-694
test�

+
cecilie@2024-05-03_20:14:04-519
🟥

+
cecilie@2024-05-03_19:39:50-803
🟥

+
@2024-05-03_18:26:19-741
hey check out the date this was posted

+
more of said test ‮and some more text@2024-05-03_18:23:45-362
just a test ‮aoeu

+
Nat@2024-04-26_15:27:32-592
lol nice try

+
test@2024-04-26_14:44:37-280
<script>alert('hi')</script>

+
test@2024-04-26_14:44:27-701
<script>alert('hi')</script>

+
test@2024-04-26_14:43:47-369
<scirpt>alert('hi')</script>

+
sanitization tester@2024-04-10_22:17:12-309
lol

+
natalie@2024-04-10_17:31:12-327
dammit albert

+
sanitization tester@2024-04-10_16:39:32-933
nope, natalie will rewrite the server code to fix this soon

+
gexfan1997@2024-04-10_16:11:34-637
wait i thought you were the site owner are you not...

+
sanitization tester@2024-04-10_16:08:47-051
I can just add raw html now lol


+
sanitization tester@2024-04-10_16:00:09-689
well yes, but the removal was me just deleting the ssh key messages, I don't love leaving random public ssh keys publically accessible

+
gexfan1997@2024-04-10_15:55:53-767
i have just witnessed some bash related funny business with an ssh key and then the removal of said ssh key

+
sanitization tester@2024-04-10_15:54:07-529
you have just whitnessed a lack of sanitization

+
gexfan1997@2024-04-10_15:53:30-295
darn

+
gexfan1997@2024-04-10_15:53:19-027
<b>bold test ?</b>

+
gexfan1997@2024-04-10_15:51:43-966
i am not quite sure what i have just witnessed.

+
sanitization tester@2024-04-10_15:51:25-822
)marquee

+
gexfan1997@2024-04-10_15:40:01-996
$[echo "more like gecko"]

+
PUPYG1RL@2024-04-10_14:36:58-000
pawsome indeed

+
PUPYG1RL@2024-04-10_14:34:08-940
this would be incredible if BNYG1RL is right

+
BNYG1RL@2024-04-09_18:19:51-247
WHAT IF GIRLS COULD KISS OTHER GIRLS??? HUGE IF TRUE. CHAT. THIS IS PAWSOME

+
samwich@2024-04-09_18:16:23-175
what about gideon the first and gideon the second and gideon the third and gideon the fourth and gideon the fifth and gideon the sixth and gideon the seventh and gideon the eighth

+
Harvey @2024-02-26_22:35:03-603
wowzers

+
cecilie @2024-02-16_12:39:24-502
you should read gideon the ninth

+
natalie@2024-01-15_15:28:37-735
test backend change

+
Odette@2024-01-15_14:01:56-977
this is very cool

+
estelle@2024-01-15_14:01:32-242
full bridge rectifier

+
Odette@2024-01-15_14:01:16-657
this is very cool

+
natalie@2024-01-15_12:47:50-503
and it displays in chronological order

+
natalie@2024-01-15_12:44:46-863
ok great it works

+
natalie@2024-01-15_12:44:18-939
this is a test 2

+
natalie@2024-01-15_12:44:10-740
this is a test 2

+
\ No newline at end of file