mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 10:46:26 -04:00
7 lines
187 B
HTML
7 lines
187 B
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/quicklink/2.3.0/quicklink.umd.js"></script>
|
|
<script>
|
|
window.addEventListener("load", () => {
|
|
quicklink.listen();
|
|
});
|
|
</script>
|