summaryrefslogtreecommitdiffhomepage
path: root/template/src/index.html.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 07:55:45 -0400
committerrealtradam <[email protected]>2022-04-21 07:55:45 -0400
commit8c0569bf34405dfdf0968b26f33dd70976866943 (patch)
tree321cc6e1b0840b0eebf84523dcd6486cabaab3c6 /template/src/index.html.rb
downloadJusticar-8c0569bf34405dfdf0968b26f33dd70976866943.tar.gz
Justicar-8c0569bf34405dfdf0968b26f33dd70976866943.zip
initv0.1.0
Diffstat (limited to 'template/src/index.html.rb')
-rw-r--r--template/src/index.html.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/src/index.html.rb b/template/src/index.html.rb
new file mode 100644
index 0000000..cefcf6f
--- /dev/null
+++ b/template/src/index.html.rb
@@ -0,0 +1,12 @@
+Paggio.html do
+ script type: "text/javascript", src: "script.js"
+ link rel: "stylesheet", href: "style.css"
+ h1 { "Hello world from Justicar" }
+ hr
+ h2.paggio do
+ 'Hello world from Paggio!'
+ end
+ p.paggio do
+ "This part was generated by Paggio in HTML :)"
+ end
+end