-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 891 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
<!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>Ring</title>
</head>
<body>
<main>
<h1><img src="favicon.ico"> Ring</h1>
<ul>
<li><a href="examples/counter.html">Counter</a></li>
<li><a href="examples/todo.html">To do list</a></li>
<li><a href="examples/clock.html">Clock</a></li>
<li><a href="examples/stopwatch.html">Stopwatch</a></li>
<li><a href="examples/lazy_db.html">Lazy DB</a></li>
<li><a href="https://github.com/marcodpt/ring">Repository</a></li>
</ul>
</main>
</body>
</html>