automerge/javascript/examples/webpack/public/index.html
Alex Good 8e131922e7
Move wrappers/javascript -> javascript
Continuing our theme of treating all languages equally, move
wrappers/javascript to javascrpit. Automerge libraries for new languages
should be built at this top level if possible.
2022-10-16 19:55:54 +01:00

10 lines
187 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simple Webpack for automerge-wasm</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>