commit
f3990a3d49
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
|
@ -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 New Issue