-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.02 KB
/
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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Keep talking helper tools</title>
</head>
<body>
<b>Available tools:</b>
<ul>
<li><a href="simpleWire.html">Simple Wire</a></li>
<li><a href="button.html">Button</a></li>
<li><a href="keypads.html">Symbol keypads</a></li>
<li><a href="simonSays.html">SimonSays</a></li>
<li><a href="whosOnFirst.html">Who is on First?</a></li>
<li><a href="memory.html">Memory</a></li>
<li><a href="morse.html">Morse</a></li>
<li><a href="complicatedWire.html">Compicated Wire</a></li>
<li><a href="wireSequences.html">Wire Sequences</a></li>
<li><a href="labyrinth.html">Maze/Labyrinth</a></li>
<li><a href="password.html">Password</a></li>
<br><li><a href="needyKnobs.html">Needy module Knobs</a></li>
</ul>
</body>
</html>