changeset 3509:ef926793309e

add file
author houtin <c115080@g.koeki-u.ac.jp>
date Sat, 29 Jul 2017 22:37:14 +0900
parents bdd813d85421
children 177013123a52
files event/oasis2017/gpsquiz/mane.html
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/event/oasis2017/gpsquiz/mane.html	Sat Jul 29 22:37:14 2017 +0900
@@ -0,0 +1,15 @@
+<html>
+  <head>
+    <script src="jquery.min.js"></script>
+    <script src="jquery.qrcode.min.js"></script>
+    <script type="text/JavaScript">
+    $function(){
+      $("#coffee").html("aaaaa");
+      $("#coffee").qrcode({text:"http://plugout.hatenablog.com/"});
+    };
+    </script>
+  </head>
+  <body>
+    <div id="coffee"></div>
+  </body>
+</html> 

yatex.org