annotate site/.aya/menu.html @ 2:380da6d0a7e9

Swapped fonts, return of the webring
author yakumo_izuru
date Sat, 07 Jun 2025 22:47:50 -0300
parents 998d5e743163
children 21b2c131d8c7
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>
2
380da6d0a7e9 Swapped fonts, return of the webring
yakumo_izuru
parents: 1
diff changeset
21 <a href="/terms/">Terms of service</a><br>
380da6d0a7e9 Swapped fonts, return of the webring
yakumo_izuru
parents: 1
diff changeset
22 <a href="/webring/">Webring</a>
0
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
23 <br>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
24 <br>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
25 <a href="/">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
26 <img src="/img/banners/yakumolabs.png">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
27 </a>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
28 <a href="http://www.netbsd.org" target="_blank" class="powered_by">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
29 <img src="/img/banners/netbsd.png" alt="Powered by NetBSD">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
30 </a>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
31 </div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
32 </div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
33 </body>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
34 </html>