Added page examples

This commit is contained in:
EpicKiwi 2023-09-15 12:06:27 +02:00
parent 74e8731fa4
commit 3a3e008e90
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE

View File

@ -10,7 +10,7 @@
<p>To send canvas of the page to LOLED click the following link : <p>To send canvas of the page to LOLED click the following link :
<a id="link" href="">LOLED that canvas !</a> <a id="link" href="">LOLED that canvas !</a>
</p> </p>
<p>You can also drag this link in your bookmarks to call it on any page with a canvas</p> <p>You can also drag this link in your bookmarks to call it on any page with a canvas. Like <a href="https://hydra.ojack.xyz/">Hydra</a> or <a href="https://topos.raphaelforment.fr/">Topos</a>.</p>
<script> <script>
document.getElementById("link").href = `javascript:(function(){let s = document.createElement('script');s.src = '${new URL("/js/grab-canvas.js", document.documentElement.baseURI).toString()}';document.body.appendChild(s);})()` document.getElementById("link").href = `javascript:(function(){let s = document.createElement('script');s.src = '${new URL("/js/grab-canvas.js", document.documentElement.baseURI).toString()}';document.body.appendChild(s);})()`
</script> </script>