diff options
Diffstat (limited to 'template/src/index.html.rb')
| -rw-r--r-- | template/src/index.html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/src/index.html.rb b/template/src/index.html.rb index 9c34064..6c36224 100644 --- a/template/src/index.html.rb +++ b/template/src/index.html.rb @@ -2,7 +2,7 @@ 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') + img.justicar(src: '/justicar.png', alt: 'Justicar', height: '400px') h1 { "Hello world from Justicar" } hr h2.paggio do |
