This commit is contained in:
alex 2022-01-22 20:27:37 +00:00
parent fb72bb2290
commit 40f2355fbf
5 changed files with 233 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!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>