21 lines
469 B
HTML
21 lines
469 B
HTML
<!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>
|