-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.18 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.18 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
32
33
34
35
36
37
38
39
40
<!doctype html>
<!-- Basic canvas demo -->
<!-- Copyright (c) 2012 Eric Kryski -->
<!-- MIT Licensed -->
<!-- Canvas source code adapted from https://developer.mozilla.org/samples/domref/touchevents.html -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Caress Examples</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Caress Examples</h1>
<ul class="nav">
<li>
<a href="/basic-canvas/index.html">Basic Canvas with Caress</a>
</li>
<li>
<a href="/basic-hammerjs/index.html">Basic HammerJS Gestures with Caress</a>
</li>
<li>
<a href="/drag-hammerjs/index.html">Dragging with HammerJS with Caress</a>
</li>
<li>
<a href="/zoom-hammerjs/index.html">Zooming with HammerJS with Caress</a>
</li>
<li>
<a href="/touch-toy/index.html">Multitouch Particle Canvas with Caress</a>
</li>
</ul>
</div>
</body>
</html>