Changeset 68 in code


Ignore:
Timestamp:
Feb 11, 2024, 2:33:59 AM (18 months ago)
Author:
yakumo.izuru
Message:

Update manual and center the interface

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/example/static/marisa.css

    r67 r68  
    33    color: #f8f8f2;
    44    font-family: sans-serif;
     5    text-align: center;
    56}
    67a {
     
    1213a:visited {
    1314    color: #66d9ef;
    14 }
    15 table {
    16     border-color: rgb(128, 0, 0);
    17 }
     15 }
  • trunk/example/templates/index.html

    r67 r68  
    1010  </head>
    1111  <body>
    12     <table border="1" align="center">
     12    <table>
    1313      <thead>
    1414        <img class="logo" src="/marisa.png">
     
    4040        </tr>
    4141        {{end}}
    42         <br><hr>
    43         <p>&copy; 2024 Izuru Yakumo</p>
    4442      </tfoot>
    4543    </table>
  • trunk/marisa.1

    r66 r68  
    3535"Borrowed" by
    3636.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
     37.Sh BUGS
     38If you upload a file through the browser, and refresh the
     39page, the file will get constantly reuploaded, which may
     40exhaust the server's storage at some point.
     41.Pp
     42This shouldn't happen with a CLI, such as
     43.Xr curl 1
Note: See TracChangeset for help on using the changeset viewer.