This commit is contained in:
kamkow1
2025-06-20 17:21:47 +02:00
commit c5f009654c
10 changed files with 2921 additions and 0 deletions

16
tmpls/home.html Normal file
View File

@ -0,0 +1,16 @@
<html>
<head>
<title>Lair Tremporary Storage</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/etc/simple.css" />
</head>
<body>
<h1>Lair Tremporary Storage</h1>
<section>
<p>
Welcome to The Lair's temporary storage service. Use this service to transport files via
a temporary remote storage. ONLY WHITELISTED IPs CAN UPLOAD!!
</p>
</section>
</body>
</html>