This commit is contained in:
af-n 2022-08-16 02:55:29 -04:00
parent 2f9b579691
commit 30ec34e9a9

View File

@ -0,0 +1,21 @@
<script>
</script>
<div>
<img src="https://cataas.com/cat/says/you%20are%20too%20early" alt="you are early"/>
</div>
<style>
img {
height:85vh;
width:auto;
}
div {
display:flex;
justify-content: center;
align-items: center;
}
</style>