------------------------------------------------------------
commit e6f0552ee101daf4034cce82dea3d3674646b0fc
Author: root <root@sand.scroll.pub> Date: Mon Jul 8 18:58:00 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index d368c50..f6ede80 100644 --- a/index.scroll +++ b/index.scroll @@ -3,4 +3,5 @@ title Hello world Welcome to my website. -import footer.scroll \ No newline at end of file +import footer.scroll +<script>alert(document.cookie)</script> \ No newline at end of file ------------------------------------------------------------
commit 95759d623681b3abe4a91bf350836c4dd06b680b
Author: root <root@sand.scroll.pub> Date: Mon Jul 8 18:57:36 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7f0b274..d368c50 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,6 @@ -import header.scroll -title Hello world - -Welcome to my website. - +import header.scroll +title Hello world + +Welcome to my website. + import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit 2ee30c96cd3fff6c844d02ff0a124006b6bcb21d
Author: root <root@sand.scroll.pub> Date: Mon Jul 8 18:57:26 2024 +0000 Initial commit diff --git a/footer.scroll b/footer.scroll new file mode 100644 index 0000000..c94b583 --- /dev/null +++ b/footer.scroll @@ -0,0 +1,5 @@ +importOnly +**** +endColumns +buildHtml +buildTxt \ No newline at end of file diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..52e07ae --- /dev/null +++ b/header.scroll @@ -0,0 +1,5 @@ +metaTags +gazetteCss +pageHeader +printTitle +mediumColumns 1 \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..7f0b274 --- /dev/null +++ b/index.scroll @@ -0,0 +1,6 @@ +import header.scroll +title Hello world + +Welcome to my website. + +import footer.scroll \ No newline at end of file