parent
7757239f05
commit
62a1ef460c
|
|
@ -0,0 +1,60 @@
|
|||
<!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>
|
||||
|
||||
<div id="parties">
|
||||
<h2>Witch'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 />
|
||||
  happiness that has disappeared<br />
|
||||
  love that has gone cold<br />
|
||||
  a forgotten smile to a person's face.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue