-
Notifications
You must be signed in to change notification settings - Fork 2
/
experiments.html
26 lines (26 loc) · 1.05 KB
/
experiments.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<link rel="stylesheet" type="text/css" href="css/menu.css">
<title>software</title>
</head>
<body> <a href="index.html"><img src="images/eyes-logo.png" height="100" width="420"></a>
<div id="mynb">
<ul>
<li><a href="../Expt17/expts.html"><span>Experiments</span></a></li>
<li><a href="../design.html"> <span>Design</span></a></li>
<li><a href="../hardware.html"> <span>How to Buy</span></a></li>
<li><a href="../software.html"> <span>Software</span></a></li>
<li><a href="../android.html"> <span>Android</span></a></li>
<li><a href="../python.html"> <span>python</span></a></li>
<li><a href="../microhope.html"><span>MicroHOPE</span></a></li>
<li><a href="../people.html"> <span>People</span></a></li>
<li><a href="../news.html"><span>News</span></a></li>
</ul>
</div>
<br>
moved to <a href="Expt17/expts.html">Experiments</a><br>
<br>
</body>
</html>