aboutsummaryrefslogtreecommitdiff
path: root/b.html
blob: 4898c657e526fa7e9f61bded24f47ec6c6f7faec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>