mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
15 lines
324 B
HTML
15 lines
324 B
HTML
<!DOCTYPE html>
|
|
<script>import("./strudel.js").then(m => strudel = m)
|
|
</script>
|
|
<html>
|
|
<head>
|
|
<title>Bingo</title>
|
|
</head>
|
|
<body>
|
|
<button onclick="foo()">hello</button>
|
|
<button onclick="bar()">hello</button>
|
|
|
|
<script type="module" src="./strudel.js"></script>
|
|
</body>
|
|
</html>
|