diff options
Diffstat (limited to 'b.html')
-rw-r--r-- | b.html | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |