From 52f566012d8c2b812e90e15fd1105167c90384f9 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 29 Jul 2025 21:27:27 -0400 Subject: [PATCH] added but havent tested backwards compatibility --- startpage.html | 157 +++++++++++++++++++++++++++++-------------------- 1 file changed, 93 insertions(+), 64 deletions(-) diff --git a/startpage.html b/startpage.html index f84cfe8..b9bae9e 100644 --- a/startpage.html +++ b/startpage.html @@ -11,6 +11,13 @@ display: none; } + .invertedX { + transform: scaleX(-1); + } + .invertedY { + transform: scaleY(-1); + } + /* * CURSOR STUFF body { @@ -527,6 +534,8 @@ todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo! +
also change add image to "add media" and add youtube iframe support +
also mirror images x/y?