35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<!-- Now I watch over as you sleep, sleep tight princess.. -->
|
|
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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">
|
|
|
|
<!-- load script for showing memories from conf/memories.json -->
|
|
<script src="/js/memories.js" type="module"></script>
|
|
|
|
<!-- Website embed -->
|
|
<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 memories.</h1>
|
|
<div class="window">
|
|
<div class="window_titlebar"><h3>memories.exe</h3></div>
|
|
<div class="memoriesBox" id="memoriesBox"></div>
|
|
<button id="prev">◄</button>
|
|
<button id="next">►</button>
|
|
</div>
|
|
</div>
|
|
</body>
|