31 lines
787 B
HTML
31 lines
787 B
HTML
|
<!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>
|