forked from trendingtechbiz/CalQRs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 858 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (21 loc) · 858 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="config.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.js"></script>
<div class="lds-ring" style="display: none"><div></div><div></div><div></div><div></div></div>
<div id="qrEdit" style="display: none; text-align: left">
URL webservice: <span id="urlWS"></span><br />
Introduce ID de Google Calendar: <input id="calId" type="text" style="width:80%" value="o62pu0pik35q3jgjvsecoobgt4@group.calendar.google.com"/><br />
QR: <a id="urlQR"></a><br />
<div id="qrcode"></div>
</div>
<script src="script.js"></script>
</body>
</html>