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

It starts with
author yakumo_izuru
date Fri, 30 May 2025 19:26:52 -0300
parents
children 998d5e743163
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/site/.aya/menu.html	Fri May 30 19:26:52 2025 -0300
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <link rel="icon" href="/favicon.ico">
+    <link rel="stylesheet" href="/css/menu.css">
+    <meta name="author" content="Izuru Yakumo (八雲イズル)">
+    <meta name="description" content="Where reality blends with fantasy and insanity">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>〜八雲研究室〜 [Yakumo Laboratories]</title>
+  </head>
+  <body>
+    <div class="content">
+      <div class="menu">
+	<a href="/about/">About</a><br>
+	<a href="/friends/">Friends</a><br>
+	<a href="/members/">Members</a><br>
+	<a href="/privacy/">Privacy policy</a><br>
+	<a href="/register/">Register</a><br>
+	<a href="https://docs.yakumo.dev/wiki/Services" target="_blank">Services</a><br>
+	<a href="/staff/">Staff</a><br>
+	<a href="/terms/">Terms of service</a>
+	<br>
+	<br>
+	<a href="/">
+	  <img src="/img/banners/yakumolabs.png">
+	</a>
+	<a href="http://www.netbsd.org" target="_blank" class="powered_by">
+	  <img src="/img/banners/netbsd.png" alt="Powered by NetBSD">
+	</a>
+      </div>
+      <div class="footer">
+	<p>
+	  This website has been made using <a href="https://suzunaan.yakumo.dev/aya" target="_blank">Aya</a>, the fastest static site generator
+	  <br>
+	  Source code hosted on <a href="https://svn.yakumo.dev/repo/homepage" target="_blank">Subversion</a>
+	  <br>
+	  Copyright &copy; 2022-2025 Izuru Yakumo (八雲イズル)
+	</p>
+      </div>
+    </div>
+  </body>
+</html>