aboutsummaryrefslogtreecommitdiff
path: root/b.html
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-01-18 13:26:24 -0500
committersotech117 <michael_foiani@brown.edu>2024-01-18 13:26:24 -0500
commitc4371f61a68dcc25c42fa9fc78c624d75b9964dc (patch)
treeca38a60e03a7a42d46ebb1f517377bb5744148de /b.html
add files via upload
Diffstat (limited to 'b.html')
-rw-r--r--b.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/b.html b/b.html
new file mode 100644
index 0000000..4898c65
--- /dev/null
+++ b/b.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="version" content="B">
+ <title>B</title>
+
+ <script src="record.js" defer></script>
+</head>
+<body>
+B
+<button onclick="done(event)" id="done">Go Home</button>
+</body>
+</html>