summaryrefslogtreecommitdiffhomepage
path: root/template/src/index.html.rb
blob: 6c362246fa885cf2b789617b60c6e88789972bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Paggio.html do
  script type: "text/javascript", src: "script.js"
  link rel: "stylesheet", href: "style.css"
  link rel: 'icon', type: 'image/x-icon', href: 'favicon.ico'
  img.justicar(src: '/justicar.png', alt: 'Justicar', height: '400px')
  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