forked from hammerjs/hammerjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 641 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 641 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
28
29
---
layout: homepage
title: Hammer.JS
---
<div class="row splash">
<div class="column">
<div class="text-center">
<h1>Add touch gestures to your page.</h1>
<p>
<a class="button large download", href="dist/hammer.min.js">
<strong>Hammer.min.js</strong><br>
<small>v{{site.data.hammer.version}} — {{site.data.hammer.gzipped}} gzipped</small>
</a>
</p>
</div>
<div class="try">
<div class="device">
<div class="device-button"></div>
<div class="device-screen-wrapper">
<div class="device-screen">
<div id="hitarea"></div>
</div>
</div>
</div>
</div>
</div>
</div>