ocaml
This commit is contained in:
15
ocaml/index.html
Normal file
15
ocaml/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>OCaml DOM demo</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 id="title">OCaml DOM Demo</h1>
|
||||
<button id="btn">Click me</button>
|
||||
<p id="output"></p>
|
||||
|
||||
<script src="main.bc.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user