aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode/qrcode.html
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2015-11-07 16:52:53 +0100
committerArthur <arthur@hoa.ro>2015-11-07 16:52:53 +0100
commitc536c98ae134191108171d266b73326d6b851f93 (patch)
treeb6f43bc921f1a1f7b08ecfd368fe6aa9e3ffc748 /plugins/qrcode/qrcode.html
parent1b4ea59f93386594a6e6f35e581244b65c2db57f (diff)
parentabb3ff38f5aea6231f981fd2e6d417f09de7a6e6 (diff)
downloadShaarli-c536c98ae134191108171d266b73326d6b851f93.tar.gz
Shaarli-c536c98ae134191108171d266b73326d6b851f93.tar.zst
Shaarli-c536c98ae134191108171d266b73326d6b851f93.zip
Merge pull request #285 from ArthurHoaro/plugin-qrcode
PLUGIN QRCode
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-rw-r--r--plugins/qrcode/qrcode.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html
new file mode 100644
index 00000000..ffdaf3b8
--- /dev/null
+++ b/plugins/qrcode/qrcode.html
@@ -0,0 +1,5 @@
1<div class="linkqrcode">
2 <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
3 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
4 </a>
5</div>