33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Yozora.Tech</title>
|
||
|
<link rel="stylesheet" href="/res/main.css" />
|
||
|
</head>
|
||
|
<body class="frontpage">
|
||
|
<nav>
|
||
|
<a class="logo" href="//yozora.tech/">
|
||
|
<svg width="192" height="48" aria-label="Yozora.Tech">
|
||
|
<use xlink:href="/res/yozora.tech.svg#logo" />
|
||
|
</svg>
|
||
|
</a>
|
||
|
<ul class="links">
|
||
|
<!-- <li><a href="/about.html">About</a></li> -->
|
||
|
</li>
|
||
|
</nav>
|
||
|
<main>
|
||
|
<h1 class="slogan">Software Made Simple</h1>
|
||
|
<p>We serve neat software.</p>
|
||
|
<ul class="showcase">
|
||
|
<li><a href="//git.yozora.tech/">Git Repositories & Mirrors</a></li>
|
||
|
</ul>
|
||
|
<p>There are more for us to do…</p>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<p>Copyright © 2024, Yozora Tech LTD.</p>
|
||
|
<p>Site content available under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|