comparison site/.aya/menu.html @ 0:edf035b5437a

It starts with
author yakumo_izuru
date Fri, 30 May 2025 19:26:52 -0300
parents
children 998d5e743163
comparison
equal deleted inserted replaced
-1:000000000000 0:edf035b5437a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="icon" href="/favicon.ico">
5 <link rel="stylesheet" href="/css/menu.css">
6 <meta name="author" content="Izuru Yakumo (八雲イズル)">
7 <meta name="description" content="Where reality blends with fantasy and insanity">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <title>〜八雲研究室〜 [Yakumo Laboratories]</title>
10 </head>
11 <body>
12 <div class="content">
13 <div class="menu">
14 <a href="/about/">About</a><br>
15 <a href="/friends/">Friends</a><br>
16 <a href="/members/">Members</a><br>
17 <a href="/privacy/">Privacy policy</a><br>
18 <a href="/register/">Register</a><br>
19 <a href="https://docs.yakumo.dev/wiki/Services" target="_blank">Services</a><br>
20 <a href="/staff/">Staff</a><br>
21 <a href="/terms/">Terms of service</a>
22 <br>
23 <br>
24 <a href="/">
25 <img src="/img/banners/yakumolabs.png">
26 </a>
27 <a href="http://www.netbsd.org" target="_blank" class="powered_by">
28 <img src="/img/banners/netbsd.png" alt="Powered by NetBSD">
29 </a>
30 </div>
31 <div class="footer">
32 <p>
33 This website has been made using <a href="https://suzunaan.yakumo.dev/aya" target="_blank">Aya</a>, the fastest static site generator
34 <br>
35 Source code hosted on <a href="https://svn.yakumo.dev/repo/homepage" target="_blank">Subversion</a>
36 <br>
37 Copyright &copy; 2022-2025 Izuru Yakumo (八雲イズル)
38 </p>
39 </div>
40 </div>
41 </body>
42 </html>