Mercurial > lab > homepage
annotate site/.aya/menu.html @ 4:6cb09daeb401 default tip
Forgot I don't know regex
author | yakumo_izuru |
---|---|
date | Sun, 08 Jun 2025 13:11:08 -0300 |
parents | 21b2c131d8c7 |
children |
rev | line source |
---|---|
0 | 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> | |
3
21b2c131d8c7
Wallpapers take a long time to load, and the mobile ones were removed because of the same reason
yakumo_izuru
parents:
2
diff
changeset
|
19 <a class="external" href="https://docs.yakumo.dev/wiki/Services" target="_blank">Services</a><br> |
0 | 20 <a href="/staff/">Staff</a><br> |
3
21b2c131d8c7
Wallpapers take a long time to load, and the mobile ones were removed because of the same reason
yakumo_izuru
parents:
2
diff
changeset
|
21 <a class="external" href="https://hg.yakumo.dev/lab/homepage" target="_blank">Source</a><br> |
2 | 22 <a href="/terms/">Terms of service</a><br> |
23 <a href="/webring/">Webring</a> | |
0 | 24 <br> |
25 <br> | |
26 <a href="/"> | |
27 <img src="/img/banners/yakumolabs.png"> | |
28 </a> | |
29 <a href="http://www.netbsd.org" target="_blank" class="powered_by"> | |
30 <img src="/img/banners/netbsd.png" alt="Powered by NetBSD"> | |
31 </a> | |
32 </div> | |
33 </div> | |
34 </body> | |
35 </html> |