Update changelog
[pkg-ocaml-js-of-ocaml.git] / examples / index.html
blob32bf10433ef440b08b1469268b52f29c0e2ecffc
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Js_of_ocaml examples</title>
7 <style type="text/css">
8 body { font-family: Verdana, Arial, sans-serif; }
9 h1 {
10 padding-top : 0.2em;
11 padding-bottom : 0.2em;
12 margin: 0px;
13 text-align: center;
15 ul {
16 list-style-type: circle;
18 .gauche {
19 float: left;
20 padding-right: 20px;
22 </style>
23 </head>
24 <body>
25 <h1><span class="prog">Js_of_ocaml</span> examples</h1>
26 <ul>
27 <li>
28 <a href="planet/index.html">Rotating planet</a>
29 <li>
30 <a href="graph_viewer/index.html">Graph viewer</a>
31 <li>
32 <a href="boulderdash/index.html">Boulder Dash game</a>
33 <li>
34 <a href="minesweeper/index.html">Minesweeper game</a>
35 <li>
36 <a href="wiki/index.html">Real-time wiki editor</a>
37 <li>
38 <a href="cubes/index.html">A random walk on lozenge tiling configurations</a>
39 </ul>
40 <img class="gauche" alt="Ocsigen" src="ocsigen8-100x30.png">
41 </body>
42 </html>