-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
26 lines (25 loc) · 1.15 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<link href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold,500" rel="stylesheet" type="text/css"/>
<link href="styles/style.css?v=2" rel="stylesheet"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="js/loader.js"></script>
<title>Think QR - By Pixel Lab</title>
<script src="js/compiled.js"></script></head>
<body id="app">
<div id="container">
<div id="head-wrapper">
<div id="head">
<h2 class="pretitle">HTML5 + <canvas/> + QR - sleep =</h2>
<h1>think<span class="black">qr</span></h1>
</div>
</div>
<canvas height="480" id="appCanvas" width="640"></canvas>
<input id="input" type="text"/>
<h2 class="pl">Brought to you by <a href="http://thinkpixellab.com">Pixel Lab</a>, makers of fine pixels</h2>
</div>
<a href="https://github.com/thinkpixellab/thinkqr"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>