This commit is contained in:
2026-02-09 21:50:06 -05:00
parent 803fbe63ab
commit 11139348ec
2 changed files with 25 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

+25 -1
View File
@@ -1 +1,25 @@
<h1>HELLO!</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sistav.com</title>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #000;
}
img {
max-width: 90vw;
max-height: 90vh;
}
</style>
</head>
<body>
<img src="gif.gif" alt="gif">
</body>
</html>