commit 54870bb914ce535e6e9663841f599a0c0f530401
Author: ffff:165.225.208.111 <ffff:165.225.208.111@hub.scroll.pub> Date: 2024-12-31 14:49:07 +0000 Subject: updated index.html diff --git a/index.html b/index.html index 7ba94f7..749de90 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,6 @@ <body> <link rel="stylesheet" type="text/css" href=".roboto.css" /> <link rel="stylesheet" type="text/css" href=".scroll.css" /> - <h id="particle3" class="scrollParagraph">Hello World my name is Manim</h> + <h1 id="particle3" class="scrollParagraph">Hello World my name is Manim</h1> </body> </html>
commit 4da83234a456ead975dc0de38449d31e0d0de8ed
Author: ffff:165.225.208.111 <ffff:165.225.208.111@hub.scroll.pub> Date: 2024-12-31 14:48:58 +0000 Subject: updated index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7ba94f7 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +<!doctype html> +<html lang="en"> + <body> + <link rel="stylesheet" type="text/css" href=".roboto.css" /> + <link rel="stylesheet" type="text/css" href=".scroll.css" /> + <h id="particle3" class="scrollParagraph">Hello World my name is Manim</h> + </body> +</html>
commit 4c458d124a9261dd9a83806781c22db198305735
Author: ffff:165.225.208.111 <ffff:165.225.208.111@hub.scroll.pub> Date: 2024-12-31 14:48:12 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..33daa81 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml theme roboto -Hello World my name is \ No newline at end of file +Hello World my name is Manim \ No newline at end of file
commit fda54dbff1d85c5169aabaa592b849be690002f2
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2024-12-22 18:15:33 +0000 Subject: updated .gitignore diff --git a/.gitignore b/.gitignore index bd1a52d..43b9694 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ *.css *.js *.csv +.* requests.scroll \ No newline at end of file
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub> Date: 2024-11-10 20:12:15 +0000 Subject: 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