website/transparency/index.html

41 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css" type="text/css">
<title>Transparency</title>
</head>
<body style="font-size:2ch;font-family: monospace; color: azure;">
<p>Here you will find invoices, complains, some emails about the servers that i own. Thats it's.</p>
<p>Remember that you can review my NGINX and services configurations here: <a
href="https://git.zzls.xyz/Fijxu/etc-configs">yes, here<a>
<p>Dates are on ISO format</p>
<p>
<ul>
<!-- <li>
<a>2023-08</a>
</li>
<li>
<a>2023-07</a>
</li>
<li>
<a>2023-06</a>
</li> -->
<li>
<a href="./2023-05/">2023-05</a>
</li>
<li>
<a href="./2023-04/">2023-04</a>
</li>
<li>
<a href="./2023-03/">2023-03</a>
</li>
</ul>
</p>
</body>
</html>