aboutsummaryrefslogtreecommitdiff
path: root/b.html
blob: f52f079b0ac504d2dbde7649c364316db2c911db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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="suc(event)" id="success1">Success</button>
<button onclick="fail(event)" id="fail1">Fail</button>
</body>
</html>