]> Untitled Git - web-gallery.git/blob - navigator/app/templates/page.html
Updated to 1.7.0
[web-gallery.git] / navigator / app / templates / page.html
1 <!DOCTYPE html>
2 <head>
3     <title>{{ title }}</title>
4 </head>
5 <body style='background-color: black'>
6 <center>
7 <div style='height: 99vh'>
8 <a href="{{ next_page_url }}">
9     <img style='height: 100%; width: 100%; object-fit: contain'
10         src="{{ src }}" alt="{{ alt }}" />
11 </a>
12 </div>
13 <p><a href="/">Home</a> | <a href="/{{ gallery }}">{{ gallery }}</a> | <a href="{{ prev_page_url }}">Prev</a>, <a href="{{ next_page_url }}">Next</a></p>
14 </center>
15 </body>
16 </html>