1
1
Fork 0

Upload initial page

This commit is contained in:
Sophie Marie 2023-10-27 12:39:01 -05:00
parent 3a8bf0f21e
commit 204b2dea86
Signed by: IDeletedSystem64
GPG Key ID: 33A12B0480AFC8E9
1 changed files with 18 additions and 15 deletions

View File

@ -1,20 +1,23 @@
<!-- Now I watch over as you sleep, sleep tight princess.. -->
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<style> <title>💙 Blueheart Forever</title>
img { <link rel="stylesheet" href="styles/style_main.css"> <!-- Main Stylesheet -->
display: block; <link rel="stylesheet" href="styles/style_buttons.css"> <!-- Button Stylesheet -->
margin-left: auto; <link rel="icon" type="image/x-icon" href="img/blueheart.gif">
margin-right: auto;
} <!-- Website embed -->
body { <meta content="Blueheart" property="og:title"/>
background-color: aliceblue; <meta content="Blueheart - a Tribute" property="og:description"/>
} <meta content="https://blueheart.system64.dev/img/blueheart.gif">
p {
text-align: center;
}
</style>
</head> </head>
<body> <body>
<img src="/img/blueheart.gif" alt="a pulsating pixel blue heart"> <div class="container">
<p href="https://github.com/IDeletedSystem64/blueheartforever-web">blueheart forever <3</a> <div class="taskbar">
<input type="button" onclick="location.href='/';" value="Blueheart forever">
</div>
<h1>Thank you for the love, Thank you for the memories. Thank you for everything, Alice</h1>
<img class="art_temp" src="img/art/Happy2Months_Darling.png">
</div>
</body> </body>