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:
parent
c83cad8164
commit
7dd0415885
@ -2,6 +2,7 @@ body {
|
|||||||
background-color: #282c37;
|
background-color: #282c37;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #272822;
|
color: #272822;
|
||||||
@ -11,7 +12,4 @@ a:hover, a:link {
|
|||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #66d9ef;
|
color: #66d9ef;
|
||||||
}
|
}
|
||||||
table {
|
|
||||||
border-color: rgb(128, 0, 0);
|
|
||||||
}
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<title>Marisa</title>
|
<title>Marisa</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table border="1" align="center">
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<img class="logo" src="/marisa.png">
|
<img class="logo" src="/marisa.png">
|
||||||
<br>
|
<br>
|
||||||
@ -39,8 +39,6 @@
|
|||||||
{{range .Links}}<td><a href="{{.}}">{{.}}</a></td>{{end}}
|
{{range .Links}}<td><a href="{{.}}">{{.}}</a></td>{{end}}
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
<br><hr>
|
|
||||||
<p>© 2024 Izuru Yakumo</p>
|
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
7
marisa.1
7
marisa.1
@ -34,3 +34,10 @@ Load configuration from
|
|||||||
.Pp
|
.Pp
|
||||||
"Borrowed" by
|
"Borrowed" by
|
||||||
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user