-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 909 Bytes
/
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
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ZoomLight</title>
<link rel="stylesheet" href="css/index.css" media="screen" type="text/css">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="container">
<h1>ZoomLight</h1>
<p>ZoomLight allows you to enlarge an image and scroll it both with:</p>
<ol>
<li><strong>mouse pointer movement</strong>,</li>
<li><strong>mouse scroll (wonderful for trackpads)</strong></li>
<li><strong>your finger (on touch devices)</strong></li>
</ol>
<section class="demos">
<h1>Demos</h1>
<ul>
<li><a href="fullScreen.html">Full screen</a></li>
<li><a href="partialScreen.html">Partial screen</a></li>
<!--<li><a href="fullScreenWithPinch.html">Full screen + <strong>pinch</strong></a></li>-->
</ul>
</section>
<p>Enjoy ZoomLight!</p>
</div>
</body>
</html>