foxxo now lay

This commit is contained in:
41666 2023-08-11 19:30:29 -04:00
parent ee169b093b
commit 5d3ef5a4cb
2 changed files with 23 additions and 0 deletions

BIN
fox-love.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<title>foxxolay</title>
<style>
body {
margin: 0;
padding: 0;
background: #39333f;
overflow: hidden;
}
main {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
<main>
<img src="./fox-love.gif" />
</main>