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

27 lines
1.1 KiB
HTML

<!-- Now I watch over as you sleep, sleep tight princess.. -->
<!DOCTYPE html>
<head>
<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 charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<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>
<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_display" src="img/art/thegays_signed.png">
<input type="button" class="memories" onclick="location.href='/memories.html';" value="Memories">
</div>
</body>