7 lines
197 B
HTML
7 lines
197 B
HTML
<!DOCTYPE html>
|
|
<script src="utils.js"></script>
|
|
<title>A page embedded as a Fenced Frame for COEP tests</title>
|
|
<script>
|
|
const [uuid] = parseKeylist();
|
|
writeValueToServer(uuid, "PASS");
|
|
</script>
|