2023-10-27 12:39:01 -05:00
|
|
|
<!-- Now I watch over as you sleep, sleep tight princess.. -->
|
|
|
|
|
2023-10-24 00:45:03 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
2023-10-27 12:39:01 -05:00
|
|
|
<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 -->
|
2023-11-01 21:21:43 -05:00
|
|
|
<meta charset="utf-8"/>
|
2023-11-05 00:19:37 -05:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2023-10-27 12:39:01 -05:00
|
|
|
<meta content="Blueheart" property="og:title"/>
|
|
|
|
<meta content="Blueheart - a Tribute" property="og:description"/>
|
|
|
|
<meta content="https://blueheart.system64.dev/img/blueheart.gif">
|
2023-10-24 00:45:03 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-10-27 12:39:01 -05:00
|
|
|
<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>
|
2023-11-04 17:02:21 -05:00
|
|
|
<img class="art_display" src="img/art/thegays_signed.png">
|
2023-10-28 17:38:51 -05:00
|
|
|
<input type="button" class="memories" onclick="location.href='/memories.html';" value="Memories">
|
2023-10-27 12:39:01 -05:00
|
|
|
</div>
|
2023-10-24 00:45:03 -05:00
|
|
|
</body>
|