aboutsummaryrefslogtreecommitdiff
path: root/b.html
diff options
context:
space:
mode:
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>