7 lines
219 B
HTML
7 lines
219 B
HTML
<!DOCTYPE html>
|
|
<script src="utils.js"></script>
|
|
<title>A page embedded as a fenced frame that reports the document URL</title>
|
|
<script>
|
|
const [uuid] = parseKeylist();
|
|
writeValueToServer(uuid, location.href);
|
|
</script>
|