From 8c0569bf34405dfdf0968b26f33dd70976866943 Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 21 Apr 2022 07:55:45 -0400 Subject: init --- template/src/index.html.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 template/src/index.html.rb (limited to 'template/src/index.html.rb') 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 -- cgit v1.2.3