-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 916 Bytes
/
index.html
File metadata and controls
28 lines (26 loc) · 916 Bytes
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
<html>
<head>
<title>Anton Teryaev's project list</title>
<style>
body {font-size:150%;}
li {margin:10px}
</style>
</head>
<body>
<h1>Projects</h1>
<ul>
<li><a href="./parse_int/">parse_int</a> - parse and convert of dec/hex/bin numbers</li>
<!--li><a href="./2score/l">2score</a> - game under development (<a href="./2score/test/test.html">ut</a>)</li-->
<li><a href="./netwalk/">netwalk</a> - game to run in IOS env as webapp</li>
<li><a href="./dictionary/">dictionary</a> - dictionary web app, dev in progress</li>
<li><a href="./kanobu/">kanobu</a> - rock/scissors/paper multiplayer game</li>
<li><a href="./jsrun/">JSRUN</a> - JavaScript inbrowser IDE, optimized for ipad</li>
</ul>
</body>
</html>
<script
src="https://feedbaker.vercel.app/feedbaker.js"
data-site="8998c6c2-7d8d-45a1-95f5-aaf3f340ded6"
data-bg="#0088aa"
data-fg="#ffffff"
></script>