diff options
| author | realtradam <[email protected]> | 2022-04-22 07:17:49 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-04-22 07:17:49 -0400 |
| commit | 99099c284982863480ffc6d4aa741d29dc2ea92a (patch) | |
| tree | 66a2f4c543617f647d970db6fce07622feafd393 /template/src/index.html.rb | |
| parent | 6150ed8ba86e960a2833b4000c2f9474a2292129 (diff) | |
| download | Justicar-1.0.0.tar.gz Justicar-1.0.0.zip | |
version 1.0v1.0.0
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 |
