- Timestamp:
- Feb 11, 2024, 2:33:59 AM (18 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/example/static/marisa.css
r67 r68 3 3 color: #f8f8f2; 4 4 font-family: sans-serif; 5 text-align: center; 5 6 } 6 7 a { … … 12 13 a:visited { 13 14 color: #66d9ef; 14 } 15 table { 16 border-color: rgb(128, 0, 0); 17 } 15 } -
trunk/example/templates/index.html
r67 r68 10 10 </head> 11 11 <body> 12 <table border="1" align="center">12 <table> 13 13 <thead> 14 14 <img class="logo" src="/marisa.png"> … … 40 40 </tr> 41 41 {{end}} 42 <br><hr>43 <p>© 2024 Izuru Yakumo</p>44 42 </tfoot> 45 43 </table> -
trunk/marisa.1
r66 r68 35 35 "Borrowed" by 36 36 .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja 37 .Sh BUGS 38 If you upload a file through the browser, and refresh the 39 page, the file will get constantly reuploaded, which may 40 exhaust the server's storage at some point. 41 .Pp 42 This shouldn't happen with a CLI, such as 43 .Xr curl 1
Note:
See TracChangeset
for help on using the changeset viewer.