17 lines
492 B
HTML
17 lines
492 B
HTML
<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>
|