mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
15 lines
330 B
HTML
15 lines
330 B
HTML
<!DOCTYPE html>
|
|
<script>import("./js/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="./js/strudel.js"></script>
|
|
</body>
|
|
</html>
|