day 12, draw montain
This commit is contained in:
5
d12/viewpng.html
Normal file
5
d12/viewpng.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<img>
|
||||
<script>
|
||||
let img = document.querySelector('img');
|
||||
img.src = "data:image/png;base64,"+ window.location.hash.substring(1);
|
||||
</script>
|
Reference in New Issue
Block a user