implementation of the receiving side
This commit is contained in:
13
Decoder/adjustpic.html
Normal file
13
Decoder/adjustpic.html
Normal 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>
|
||||
Reference in New Issue
Block a user