36 lines
799 B
HTML
36 lines
799 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>nekoworks.moe</title>
|
|
<link rel="stylesheet" type="text/css" href="files/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<center>
|
|
<h1>Site under construction</h1>
|
|
<img id="banner" src="files/banner.gif" alt="server maintenance">
|
|
</div>
|
|
<br>
|
|
<div style="text-align: center;">
|
|
<div style="display: inline-block; text-align: left;">
|
|
<!-- Links -->
|
|
<table>
|
|
<tr>
|
|
<td><a href="https://blog.nekoworks.moe/">Blog</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://git.nekoworks.moe/">Git</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div>
|
|
<center>
|
|
<a href="https://my.fsf.org/join?referrer=6668093"><img src="files/6668093.png" alt="FSF member since 2024"></a><br>
|
|
<a href="./contact.html">Contact</a>
|
|
</div>
|
|
</body>
|
|
</html>
|