1
0
Fork 0

Added prev and next buttons and content is placed inside other div, blah-blah.

This commit is contained in:
Alexander Andreev 2022-09-20 03:37:43 +04:00
parent 71733ec429
commit fa8f439dec
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 7 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const (
index__4 = `); Directories: `
index__5 = `.</p><table><thead><tr><th>Name</th><th>Date</th><th>Size</th></tr><tr><td><a href="../">../</a></td></tr></thead><tbody>`
index__6 = `</tbody></table></section><section><span>`
index__7 = `</span></section><section id="usage"><p>In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.</p></section><section id="privacy"><h2>Privacy statements</h2><p>I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.</p><p>This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.</p></section><footer>2017&mdash;2022 Arav &lt;<a href="mailto:me@arav.top">me@arav.top</a>&gt;</footer><div id="overlay"></div></body></html>`
index__7 = `</span></section><section id="usage"><p>In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API.</p></section><section id="privacy"><h2>Privacy statements</h2><p>I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.</p><p>This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.</p></section><footer>2017&mdash;2022 Arav &lt;<a href="mailto:me@arav.top">me@arav.top</a>&gt;</footer><div id="overlay"><button name="prev">&#10096;</button><div><div></div><span></span></div><button name="next">&#10097;</button></div></body></html>`
index__8 = `<tr><td><a href="`
index__9 = `">`
index__10 = `</a></td><td>`

View File

@ -50,4 +50,9 @@ html(lang='en')
p This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back.
footer
| 2017&mdash;2022 Arav &lt;#[a(href='mailto:me@arav.top') me@arav.top]&gt;
div#overlay
div#overlay
button(name='prev') &#10096;
div
div
span
button(name='next') &#10097;