hinamizawa/public/index.php

64 lines
1.6 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<title>Beatrice Vuitton - homo.casa</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ee0000">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<header>
<h1>Beatrice Vuitton</h1>
</header>
<div id="luggage">
<h2>Luggage</h2>
<div class="luggage">
<h3>Keepall</h3>
</div>
<div class="luggage">
<h3>Neverfull</h3>
</div>
<div class="luggage">
<h3>Speedy</h3>
</div>
<div class="luggage">
<h3>Pochette</h3>
</div>
</div>
<div id="parties">
<h2>Witch&apos;s Tea Parties</h2>
<p>note: authentication required for access.</p>
<div class="party" id="bernkastel">
<a href="https://bernkastel.homo.casa">
<h3>Bernkastel</h3>
<h4>witch of miracles</h4>
</a>
</div>
<div class="party" id="lambdadelta">
<a href="https://lambdadelta.homo.casa">
<h3>Lambdadelta</h3>
<h4>witch of certainty</h4>
</a>
</div>
</div>
<footer>
<p id="virgilia">
Real magic is the power to repair, to revive, to call back: <br />
&emsp; happiness that has disappeared<br />
&emsp; love that has gone cold<br />
&emsp; a forgotten smile to a person&apos;s face.
</p>
</footer>
</body>
</html>