annotate site/.aya/menu.html @ 1:998d5e743163

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