strudel-docker/index.html
2022-01-22 20:27:37 +00:00

14 lines
264 B
HTML

<!DOCTYPE html>
<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>