1
1
Fork 0

first commit, placeholder page

Blueheart Forever <3
This commit is contained in:
Sophie Marie 2023-10-24 00:45:03 -05:00
commit f3990a3d49
Signed by: IDeletedSystem64
GPG Key ID: 33A12B0480AFC8E9
2 changed files with 20 additions and 0 deletions

BIN
img/blueheart.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

20
index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<head>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
body {
background-color: aliceblue;
}
p {
text-align: center;
}
</style>
</head>
<body>
<img src="/img/blueheart.gif" alt="a pulsating pixel blue heart">
<p href="https://github.com/IDeletedSystem64/blueheartforever-web">blueheart forever <3</a>
</body>