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.
24 lines
800 B
24 lines
800 B
8 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Home??</title>
|
||
|
<link rel="icon" href="../static/site/favicon.png" type="image/x-icon">
|
||
|
<link rel="stylesheet" href="styles.css">
|
||
|
</head>
|
||
|
<body><img src="logo.png" id="logo">
|
||
|
<div id="menu">
|
||
|
<div>
|
||
|
<img src="logo.png" id="logo">
|
||
|
</div>
|
||
|
<div>
|
||
|
<a href="./art/index.html" class="seed"><img src="seed.png"></a>
|
||
|
<a href="./shrine/index.html" class="seed"><img src="seed.png"></a>
|
||
|
<a href="./friends/index.html" class="seed"><img src="seed.png"></a>
|
||
|
<a href="./about/index.html" class="seed"><img src="seed.png"></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|