------------------------------------------------------------
commit 6bc01ede16ee711868cb0180186d1bb6ce457930
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub>
Date: Sun Dec 8 01:15:29 2024 +0000
updated toss.html
diff --git a/toss.html b/toss.html
index e69de29..9f40414 100644
--- a/toss.html
+++ b/toss.html
@@ -0,0 +1,16 @@
+<div class="scrollSection">
+ <h1 id="particle0" class="scrollParagraph">Images:</h1>
+ <figure class="scrollCaptionedFigure" style="">
+ <a href="landscape.jpg" target="_blank"
+ ><img src="landscape.jpg" loading="lazy"
+ /></a>
+ </figure>
+ <div class="scrollSection">
+ <h1 id="particle2" class="scrollParagraph">Movies:</h1>
+ <video src="introduction.mp4" controls></video>
+ <div class="scrollSection">
+ <h1 id="particle4" class="scrollParagraph">Audio Files:</h1>
+ <audio controls><source src="podcast.mp3" type="audio/mpeg" /></audio>
+ </div>
+ </div>
+</div>
------------------------------------------------------------
commit 4100729c6804919e5d94c653861af747c63e82ef
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub>
Date: Sun Dec 8 01:15:27 2024 +0000
created toss.html
diff --git a/toss.html b/toss.html
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
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