From 2fe3f6a700efe15d1a35f012161e3a2558a199ba Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 26 Apr 2025 11:23:33 +0800 Subject: [PATCH] links are now opens on the same page not on a new page --- index.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.php b/index.php index e290c16..97f850a 100755 --- a/index.php +++ b/index.php @@ -72,10 +72,10 @@ palindrome checker - click here + click here - view code + view code this checks if a word inputted by the user is a palindrome (the word looks the same even when backwards!). unknown @@ -83,10 +83,10 @@ roman numeral converter - click here + click here - view code + view code you know those X, I, C, M numbering stuffs? ye, this tool converts the numbers into those. unknown @@ -94,10 +94,10 @@ temperature converter - click here + click here - view code + view code ive been inspired to create this tool because of our physics class topic about gas laws lol. unknown @@ -108,7 +108,7 @@

null

- view code + view code nothing much, just a buggy clock made from css, i hate css. unknown @@ -116,10 +116,10 @@ drum ka dum - click here + click here - view code + view code drum but using keys from ur keyboard unknown @@ -127,10 +127,10 @@ simple cash register - click here + click here - view code + view code a cash register (idk how to explain, but, as the name explains a cash register). unknown -- 2.39.5