From 23a91d155e9a19dd37d809b56cb8d59e41953095 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Fri, 25 Oct 2024 12:27:04 -0700 Subject: [PATCH] add readme.md explanation and reasoning --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3ea7d53 --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +# xp-redesign + +i wanted to change up the look and feel of my website, and i found [XP.css](https://botoxparty.github.io/XP.css/). +im planning to make every page on the server have the look of it, +but if the device happens to be too old or cant show it properly, +use a utm link type thing to change the appearance. + +like so: +``` +https://rintyuu.dev/?css=original <-- to make it show the regular b/w +https://rintyuu.dev/?css=xp <-- to use the new xp stylesheet +``` + +i also plan to make the windows draggable, and interactive. + +i hate how md works \ No newline at end of file