diff options
author | cbdev <cb@cbcdn.com> | 2022-07-10 19:55:31 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2022-07-10 19:55:31 +0200 |
commit | a52bd5c5e458b102bece92d993f327ab3e311601 (patch) | |
tree | 585b968fa5d5359d3a32a3553376963b05bd1194 | |
parent | 507f0d060da30a8f65bec8b2ac1f08837d536b4c (diff) | |
download | cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.tar.gz cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.tar.bz2 cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.zip |
Update markup
-rw-r--r-- | TODO | 8 | ||||
-rw-r--r-- | assets/502.html | 2 | ||||
-rw-r--r-- | interface/listing.htm | 6 |
3 files changed, 9 insertions, 7 deletions
@@ -1,7 +1,9 @@ Size limiting HTML-only frontend -User-facing administration panel -Pluggable authentication Automatic resizing for gallery mode -Link titles +Alias titles 'Download all' button + + +Admin + Size limit administration diff --git a/assets/502.html b/assets/502.html index 1bc0ca4..b5d2215 100644 --- a/assets/502.html +++ b/assets/502.html @@ -1 +1 @@ -FIXME: Do a proper error page +This request failed during internal processing. Please ask the site administrator to review their logs. diff --git a/interface/listing.htm b/interface/listing.htm index 8be5376..5866825 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -5,9 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="robots" content="noindex,nofollow" /> <title>cargohold</title> - <link rel="stylesheet" href="../assets/cargohold.css" /> - <link rel="icon" href="../assets/cargohold.ico" /> - <script src="../assets/cargohold.js"></script> + <link rel="stylesheet" href="/assets/cargohold.css" /> + <link rel="icon" href="/assets/cargohold.ico" /> + <script src="/assets/cargohold.js"></script> </head> <body> <div id="header"> |