Delete public/jquery-qrcode/examples/demo.html
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Demo page</title>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<p>
|
|
||||||
TODO make a nice looking pure client qrcode generator
|
|
||||||
even allow download of the image
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div id="output"></div>
|
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../jquery.qrcode.min.js"></script>
|
|
||||||
<script>
|
|
||||||
jQuery(function(){
|
|
||||||
jQuery('#output').qrcode("http://jetienne.com");
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user