blob: dfe047aac8c3d6b58b4c3771946835537c21e20a [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
const uuid = window.location.search.split("=")[1]
const url = `/pending_beacon/resources/set_beacon.py?uuid=${uuid}`;
let beacon1 = new PendingGetBeacon(url);
let beacon2 = new PendingGetBeacon(url);
</script>
</body>