mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-20 01:33:57 +00:00
21 lines
307 B
Svelte
21 lines
307 B
Svelte
<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> |