-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.21 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=0"/>
<title></title>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/klml/usefulclassroomphrases@master/ucp.css">
<link rel="stylesheet" type="text/css" href="./formcradle.css">
</head>
<body>
<div class="panel">
<div id="qrcodeurl"></div>
<div id="content"></div>
<div class="noprint">
<fieldset>
<legend>not printed</legend>
Print QR Code <input id="fcqr" name="fcqr" type="checkbox" checked="checked" />
<br />
<a href="https://github.com/klml/formcradle/" class="right" >github.com/klml/formcradle/</a>
</fieldset>
</div>
</div>
<script src="//cdn.jsdelivr.net/g/jquery@2.1.4,js-markdown-extra@1.2.4"></script>
<script src="//cdn.jsdelivr.net/gh/davidshimjs/qrcodejs@master/qrcode.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/klml/hashsplit@master/hashsplit.js" type="text/javascript"></script>
<script src="./formcradle.js" type="text/javascript"></script>
</body>
</html>