------------------------------------------------------------
commit 00e04bb58ba9e282f9c3cb3b4f21e47e22031ce2
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Mon Dec 2 19:54:32 2024 +0000 updated 404.scroll diff --git a/404.scroll b/404.scroll index 4442ed6..6e36831 100644 --- a/404.scroll +++ b/404.scroll @@ -1,4 +1,3 @@ buildHtml -theme roboto - -Hello World my name is \ No newline at end of file +script + window.location.href = window.location.href.toString().replace("www.tog", "tog") \ No newline at end of file ------------------------------------------------------------
commit b203889cefb4fb31e4cb10f9a7bd8043c046d7db
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Mon Dec 2 19:53:45 2024 +0000 Renamed index.scroll to 404.scroll diff --git a/index.scroll b/404.scroll similarity index 100% rename from index.scroll rename to 404.scroll ------------------------------------------------------------
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub> Date: Sun Nov 10 20:12:15 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1a52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.html +*.txt +*.xml +*.css +*.js +*.csv +requests.scroll \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file