Added page examples
This commit is contained in:
parent
74e8731fa4
commit
3a3e008e90
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user