craig says i need more callbacks

This commit is contained in:
2023-09-04 00:42:47 -06:00
parent bcdb71624e
commit 1cd7c99eaf
7 changed files with 71 additions and 4114 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Is this message good or bad?</title>
</head>
<body>
<h1>Is this message good or bad?</h1>
<pre id="message"></pre>
<br>
<button id="good">Good</button>
<br>
<button id="bad">Bad</button>
<script type="module" src="./msg_confirm.js"></script>
<body>
</html>