aboutsummaryrefslogtreecommitdiff
path: root/a.html
diff options
context:
space:
mode:
Diffstat (limited to 'a.html')
-rw-r--r--a.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/a.html b/a.html
index 0f8196a..14fa4c1 100644
--- a/a.html
+++ b/a.html
@@ -9,6 +9,7 @@
</head>
<body>
A
-<button onclick="done(event)" id="done">Go Home</button>
+<button onclick="suc(event)" id="success1">Success</button>
+<button onclick="fail(event)" id="fail1">Fail</button>
</body>
</html>