forked from AFASSoftware/maquette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 782 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
<!DOCTYPE html>
<html>
<head>
<title>Maquette development page</title>
</head>
<body>
<h1>Maquette development page</h1>
<h3>Examples:</h3>
<ul>
<li><a href="examples/helloworld/index.html">Hello world</a></li>
<li><a href="examples/enhancement/index.html">Progressive enhancement</a></li>
<li><a href="examples/todomvc/index.html">Todo MVC</a></li>
<li><a href="examples/transitions/demo-velocity.html">Velocity transitions</a></li>
<li><a href="examples/transitions/demo-css.html">CSS Transitions</a></li>
</ul>
<h3>Code coverage result:</h3>
<i>Only available after running <code>npm run-script coverage</code></i>
<p>
<a href="coverage/lcov-report/index.html">Open coverage</a>
</p>
</body>
</html>