view 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
line wrap: on
line source

<!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://hg.yakumo.dev/lab/homepage" target="_blank">Mercurial</a>
	  <br>
	  Copyright &copy; 2022-2025 Izuru Yakumo (八雲イズル)
	</p>
      </div>
    </div>
  </body>
</html>