-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 831 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>app challenge entries</title>
</head>
<body>
<h1>App challenge entries</h1>
<p>webinos appChallenge winner applications.</p>
<p>Select an app from the list:</p>
<ul>
<li><a href='ChatMachine/index.html'>ChatMachine</a></li>
<li><a href='CollabMaps/index.html'>CollabMaps</a></li>
<li><a href='Spocked/index.html'>Spocked</a></li>
<li><a href='tiledViewer/tiledimage/index.html'>Tiled image</a></li>
<li><a href='tiledViewer/tiledmaps/index.html'>Tiled maps</a></li>
<li><a href='webinos-beats/index.html'>webinos-beats</a></li>
<li><a href='WebinosPoker/index.html'>WebinosPoker</a></li>
<li><a href='webinosProjector/index.html'>webinosProjector</a></li>
<li><a href='Whiteboard/index.html'>Whiteboard</a></li>
<li><a href='WordBattle/index.html'>WordBattle</a></li>
</ul>
</body>
</html>