day 12, draw montain

This commit is contained in:
2022-12-14 01:18:14 +01:00
parent e62a2c70b7
commit f3177e66a3
3 changed files with 30 additions and 0 deletions

5
d12/viewpng.html Normal file
View File

@@ -0,0 +1,5 @@
<img>
<script>
let img = document.querySelector('img');
img.src = "data:image/png;base64,"+ window.location.hash.substring(1);
</script>