Update manual and center the interface

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/marisa/trunk@68 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
yakumo.izuru 2024-02-11 02:33:59 +00:00
parent c83cad8164
commit 7dd0415885
3 changed files with 10 additions and 7 deletions

View File

@ -2,6 +2,7 @@ body {
background-color: #282c37;
color: #f8f8f2;
font-family: sans-serif;
text-align: center;
}
a {
color: #272822;
@ -11,7 +12,4 @@ a:hover, a:link {
}
a:visited {
color: #66d9ef;
}
table {
border-color: rgb(128, 0, 0);
}
}

View File

@ -9,7 +9,7 @@
<title>Marisa</title>
</head>
<body>
<table border="1" align="center">
<table>
<thead>
<img class="logo" src="/marisa.png">
<br>
@ -39,8 +39,6 @@
{{range .Links}}<td><a href="{{.}}">{{.}}</a></td>{{end}}
</tr>
{{end}}
<br><hr>
<p>&copy; 2024 Izuru Yakumo</p>
</tfoot>
</table>
</body>

View File

@ -34,3 +34,10 @@ Load configuration from
.Pp
"Borrowed" by
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
.Sh BUGS
If you upload a file through the browser, and refresh the
page, the file will get constantly reuploaded, which may
exhaust the server's storage at some point.
.Pp
This shouldn't happen with a CLI, such as
.Xr curl 1