-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex_source.html
26 lines (26 loc) · 1 KB
/
index_source.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 http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,bold,500' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="styles/style.css?v=2" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="js/closure/closure/goog/base.js"></script>
<script src="js/deps.js"></script>
<script src="js/loader.js"></script>
<title>Think QR - By Pixel Lab</title>
</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 id="appCanvas" width='640' height='480'></canvas>
<input type='text' id='input'></input>
<h2 class='pl'>Brought to you by <a href="http://thinkpixellab.com">Pixel Lab</a>, makers of fine pixels</h2>
</div>
</body>
</html>