implementation of the receiving side

This commit is contained in:
Joe Tretter
2022-09-04 16:14:38 -05:00
parent 2255def7aa
commit ee0b9de38b
5 changed files with 37 additions and 6 deletions

13
Decoder/adjustpic.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Adjust picture</title>
</head>
<body>
<img src=a.png>
<script>
window.setTimeout(_=>{window.location.reload()},1000);
</script>
</body>
</html>