8 Commits

Author SHA1 Message Date
sheeit
3bba904d33 fix: use <div class="center"> instead of <center>
Signed-off-by: sheeit <sheeit@users.noreply.github.com>
2020-06-05 10:45:05 +01:00
sheeit
0c75e64761 fix: fix the doctype in the error pages
Add the missing '!'.

Signed-off-by: sheeit <sheeit@users.noreply.github.com>
2020-06-05 10:43:51 +01:00
oupala
b393699e57 feat: add a favicon
Add a favicon at the root level and remove incorrect favicon links in error pages.

fix #128
2019-05-29 15:21:31 +02:00
oupala
bb8503b85a fix: remove dependency to font Open Sans
We want apaxy to need as few dependencies as possible, and even less external dependencies (because we have control over external dependencies). This commit removes dependency to font Open Sans.

As pointed by nodisc in issue #59, there are some advantages in removing this dependency: no cross-site requests, no leaking of HTTP referers to font provider, works on LAN-only setups, no dependency on an external service.

fix #59
2019-05-28 15:09:52 +02:00
oupala
17475e12e0 fix: remove the leading slash before {FOLDERNAME}
Remove the leading slash before {FOLDERNAME} so that apaxy can be 
installed at the web root level.
2019-05-07 18:06:47 +02:00
Jordan Bancino
153df9c90d Fixed #122: Error pages stylesheets do not point to absolute paths. 2018-11-30 15:55:33 +00:00
oupala
2eeb079790 fix: title and paths in error pages 2018-03-04 21:02:30 +01:00
Jordan Bancino
0e69f5d866 feat: Add styled error pages 2018-02-26 16:11:43 -05:00