Upload initial page
This commit is contained in:
parent
3a8bf0f21e
commit
204b2dea86
33
index.html
33
index.html
|
@ -1,20 +1,23 @@
|
|||
<!-- Now I watch over as you sleep, sleep tight princess.. -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<style>
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
body {
|
||||
background-color: aliceblue;
|
||||
}
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<title>💙 Blueheart Forever</title>
|
||||
<link rel="stylesheet" href="styles/style_main.css"> <!-- Main Stylesheet -->
|
||||
<link rel="stylesheet" href="styles/style_buttons.css"> <!-- Button Stylesheet -->
|
||||
<link rel="icon" type="image/x-icon" href="img/blueheart.gif">
|
||||
|
||||
<!-- Website embed -->
|
||||
<meta content="Blueheart" property="og:title"/>
|
||||
<meta content="Blueheart - a Tribute" property="og:description"/>
|
||||
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
||||
</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>
|
||||
<div class="container">
|
||||
<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>
|
||||
|
|
Reference in New Issue