Demo pages site

This commit is contained in:
alyx 2022-09-15 11:29:28 -05:00
commit 1e154bb4e3
2 changed files with 22 additions and 0 deletions

BIN
horse.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

22
index.html Executable file
View File

@ -0,0 +1,22 @@
<html>
<head>
<title>horse go brrrrrr</title>
<style>
.center {
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
* {
background: black;
}
</style>
</head>
<body>
<div class="center">
<img src="http://emergency.horse/horse.gif">
</div>
</body>
</html>