You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
46 lines
1.3 KiB
7 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
7 months ago
|
|
||
|
|
||
|
|
||
7 months ago
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Shrine</title>
|
||
|
<link rel="stylesheet" href="../../default_style.css">
|
||
|
<link rel="stylesheet" href="styles.css">
|
||
|
<link rel="icon" href="../../static/site/favicon.png" type="image/x-icon">
|
||
|
</head>
|
||
|
<body>
|
||
7 months ago
|
<div class="grid-container">
|
||
7 months ago
|
<div id="aphrodite2">
|
||
|
<a href="ai/"><img src="aphrodite.png" id="aphrodite"></a>
|
||
7 months ago
|
</div>
|
||
|
<div id="eyes">
|
||
|
|
||
|
<a href="/Akarin" class="eye">
|
||
|
<h1>Akarin</h1>
|
||
|
<img src="./eyes/Akarin.png" alt="Akarin">
|
||
|
</a>
|
||
|
<a href="/Kokomin" class="eye">
|
||
|
<img src="./eyes/Kokomin.png" alt="Kokomin">
|
||
|
<h1>Kokomin</h1>
|
||
|
|
||
|
</a>
|
||
|
<a href="./Frieren" class="eye">
|
||
|
<h1>Frieren</h1>
|
||
|
<img src="./eyes/Frieren.png" alt="Frieren">
|
||
|
</a>
|
||
|
<a href="./Pleroma-tan" class="eye">
|
||
|
<img src="./eyes/Pleroma-tan.png" alt="Pleroma-tan">
|
||
7 months ago
|
<h1>Pleroma-tan</h1>
|
||
7 months ago
|
</a>
|
||
|
<a href="./Yuki" class="eye">
|
||
|
<h1>Yuki</h1>
|
||
|
<img src="./eyes/Yuki.png" alt="Yuki">
|
||
|
</a>
|
||
|
|
||
7 months ago
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|