diff options
Diffstat (limited to 'template/src/index.html.rb')
| -rw-r--r-- | template/src/index.html.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/src/index.html.rb b/template/src/index.html.rb index cefcf6f..9c34064 100644 --- a/template/src/index.html.rb +++ b/template/src/index.html.rb @@ -1,6 +1,8 @@ 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 |
