first commit, placeholder page
Blueheart Forever <3
This commit is contained in:
commit
f3990a3d49
2 changed files with 20 additions and 0 deletions
BIN
img/blueheart.gif
Normal file
BIN
img/blueheart.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
20
index.html
Normal file
20
index.html
Normal 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>
|
Reference in a new issue