diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-01-18 13:26:24 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-01-18 13:26:24 -0500 |
commit | c4371f61a68dcc25c42fa9fc78c624d75b9964dc (patch) | |
tree | ca38a60e03a7a42d46ebb1f517377bb5744148de /a.html |
add files via upload
Diffstat (limited to 'a.html')
-rw-r--r-- | a.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="A"> + <title>A</title> + + <script src="record.js" defer></script> +</head> +<body> +A +<button onclick="done(event)" id="done">Go Home</button> +</body> +</html> |