95173a0f33
* Should fix old uploader name in torrent view * Fix "save changes" in modtools * Modtool more colorful * Fix search bar placement in modpanel * Make colors more consistent; less would be super helpful tbqach fam * Display the old username if it's there * Fix some admin index html * Add custom icons and remove png code from all CSS * Move a good amount of cosmetic code from main to classic * Fix some weird bug with point-events; add some global icon formatting; fix mascot fucking up * Spruce up admin panel with icons on smaller viewports, along with adding trash icon * 404 redesign ;^) * Mufuyu mascot on all themes; says something slightly lewd * Fix weird user menu bug where shit would overflow
8 lignes
Pas d'EOL
243 o
HTML
8 lignes
Pas d'EOL
243 o
HTML
{{define "title"}}{{call $.T "404_not_found"}}{{end}}
|
|
{{define "content"}}
|
|
<div style="text-align: center;">
|
|
<h1>{{call $.T "404_not_found"}}</h1>
|
|
<img src="/img/404.png" />
|
|
</div>
|
|
{{end}}
|
|
{{define "mascot"}}<br>{{end}} |