This commit is contained in:
2026-03-14 07:05:56 +01:00
parent c8bb7585ee
commit 9c57ea69f2
8 changed files with 149 additions and 0 deletions

15
ocaml/index.html Normal file
View 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>