diff options
author | pdp8 <pdp8@pdp8.info> | 2023-08-16 15:25:17 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-08-16 15:25:17 +0200 |
commit | ac90ab7c69b35546135cacf9ed2ed98261047dac (patch) | |
tree | 0eac8141030f85525ec56dbee3dea90ea4a5c600 /html/pictures.html | |
parent | a3ab009e96db2269dcf3f6dd1c103aa885186ee4 (diff) |
mail and social
Diffstat (limited to 'html/pictures.html')
-rw-r--r-- | html/pictures.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/html/pictures.html b/html/pictures.html new file mode 100644 index 0000000..25bf1c2 --- /dev/null +++ b/html/pictures.html @@ -0,0 +1,22 @@ +<script src="https://media.pdp8.info/pictures/distances.js"></script> +<script src="/slideshow.js"></script> + +<img id="image" + src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=" + alt /> + +<div id="controller"> + <a class="btn" onclick="toggle_play()"><i id="play-indicator" title="Pause slideshow" class="fa fa-pause" + aria-hidden="true"></i></a> + <a class="btn" onclick="new_selection()"><i id="shuffle-indicator" title="Next slideshow" class="fa fa-random" + aria-hidden="true"></i></a> + <p>© pdp8 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 + International License</a> +</div> + +<a id="prev" onclick="prev()">‹</a> +<a id="next" onclick="next()">›</a> + +<script> + (function () {new_selection(); play()})(); +</script>
\ No newline at end of file |