1
1
Fork 0
This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
blueheartforever-web/index.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>