Files
qrtransfer/Decoder/adjustpic.html

14 lines
223 B
HTML
Raw Permalink Normal View History

2022-09-04 16:14:38 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Adjust picture</title>
</head>
<body>
<img src=a.png>
<script>
window.setTimeout(_=>{window.location.reload()},1000);
</script>
</body>
</html>