-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathindex.html
49 lines (48 loc) · 1.17 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Js_of_ocaml examples</title>
<style type="text/css">
body { font-family: Verdana, Arial, sans-serif; }
h1 {
padding-top : 0.2em;
padding-bottom : 0.2em;
margin: 0px;
text-align: center;
}
ul {
list-style-type: circle;
}
.gauche {
float: left;
padding-right: 20px;
}
</style>
</head>
<body>
<h1><span class="prog">Js_of_ocaml</span> examples</h1>
<ul>
<li>
<a href="planet/index.html">Rotating planet</a>
<li>
<a href="graph_viewer/index.html">Graph viewer</a>
<li>
<a href="boulderdash/index.html">Boulder Dash game</a>
<li>
<a href="minesweeper/index.html">Minesweeper game</a>
<li>
<a href="wiki/index.html">Real-time wiki editor</a>
<li>
<a href="cubes/index.html">A random walk on lozenge tiling configurations</a>
<li>
<a href="webgl/index.html">A simple webGL demo</a>
<li>
<a href="wysiwyg/index.html">WYSIWYG</a>
<li>
<a href="hyperbolic/index.html">Hyperbolic tree viewer</a>
</ul>
<img class="gauche" alt="Ocsigen" src="ocsigen8-100x30.png">
</body>
</html>