BREAKING CHANGE: migrate to new routing system

This commit is contained in:
afn
2022-10-09 20:24:18 -04:00
parent 9e3f773a0c
commit 508269e52d
9 changed files with 1107 additions and 684 deletions

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>