-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.07 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.07 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
<!--
Content available under GNU Affero General Public License v3.0 only
See http://www.gnu.org/licenses/agpl-3.0.html
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Dot for Dot</title>
<meta name="description" content="monitor test patterns"/>
<link rel="icon" sizes="16x16" type="image/png" href="icons/X..16px.png"/>
<link rel="icon" sizes="32x32" type="image/png" href="icons/X..32px.png"/>
<link rel="icon" sizes="64x64" type="image/png" href="icons/X..64px.png"/>
<link rel="stylesheet" type="text/css" href="main.css"/>
<script type="module" src="tile.js"/></script>
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no"/>
<link rel="manifest" href="manifest.json"/>
<link rel="license" href="http://www.gnu.org/licenses/agpl-3.0.html"/>
</head>
<body>
<canvas id="canvas"></canvas>
<div id="help">
<p>Tile: scroll, swipe ↑↓</p>
<p>Color: shift + scroll, swipe ←→</p>
<p>FullScreen: click, tap</p>
</div>
<div class="select" id="colors"></div>
<div class="select" id="tiles"></div>
</body>
</html>