-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.34 KB
/
index.html
File metadata and controls
48 lines (48 loc) · 1.34 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<title>Hammer</title>
</head>
<body>
<main>
<h1><img src="favicon.ico"> Hammer</h1>
<ul>
<li>
<a href="examples/counter.html">Counter</a>
</li>
<li>
<a href="examples/superfine.html">Superfine</a>
</li>
<li>
<a href="examples/todo.html">To do list</a>
</li>
<li>
<a href="examples/template.html">Template Engine</a>
</li>
<li>
<a href="examples/debug.html">Debug</a>
</li>
<li>
<a href="examples/hyperapp.html">Hyperapp</a>
</li>
<li>
<a href="examples/convert.html">Convert HTML to Hyperscript</a>
</li>
<li>
<a href="examples/format.html">Format HTML</a>
</li>
<li>
<a href="tests/index.html">Tests</a>
</li>
<li>
<a href="https://github.com/marcodpt/hammer">Repository</a>
</li>
</ul>
</main>
</body>
</html>