Hosted pages
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

notebook

+10 -1
+10 -1
index.html
··· 1 1 <!DOCTYPE html> 2 2 <html> 3 - <head><title>OCaml notebook</title></head> 3 + <head> 4 + <title>interactive_map</title> 5 + <meta name="x-ocaml-universe" content="https://jon.recoil.org/_opam"> 6 + <meta charset="utf-8"> 7 + <script src="https://jon.recoil.org/_x-ocaml/x-ocaml.js"></script> 8 + 9 + <title>OCaml notebook</title></head> 4 10 <body> 5 11 <h1>OxCaml Notebook</h1> 12 + <x-ocaml> 13 + let _ = Printf.printf "Hello, world\n%!";; 14 + 6 15 </body> 7 16 </html>