1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-03 00:03:13 +00:00
Lumi/nginx-template.html

32 lines
891 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Racu by wlinator</h1>
<p>If you're not an admin of Racu, this website holds no value for you. I use this domain to host a web-based IRC client and a tool to check my Docker logs and database.</p>
<p>All the following services require authentication.</p>
<p>
<a href="/irc">The Lounge IRC</a><br/>
<a href="/db">MariaDB Adminer</a><br/>
<a href="/docker">Dozzle (currently unavailable)</a>
</p>
<hr>
<footer>
<p>&#169; 2020-2024 | <em>This page is hosted with the nginx web server.</em></p>
</footer>
</body>
</html>