goshared/index.html

31 lines
787 B
HTML
Raw Normal View History

2025-01-13 18:54:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>goshared</title>
<style>
body {
font-family: monospace;
background-color: #111111;
color: #6BABDA;
}
</style>
</head>
<body>
<pre>
_ _
| | | |
__ _ ___ ___| |__ __ _ _ __ ___ __| |
/ _` |/ _ \/ __| '_ \ / _` | '__/ _ \/ _` |
| (_| | (_) \__ \ | | | (_| | | | __/ (_| |
\__, |\___/|___/_| |_|\__,_|_| \___|\__,_|
__/ |
|___/
This is a goshared instance.
Authenticate with the /upload endpoint using your UNIX credentials.
</pre>
</body>
</html>