diff options
author | Jannick <[email protected]> | 2024-04-26 11:01:27 +0200 |
---|---|---|
committer | Jannick <[email protected]> | 2024-04-26 11:01:27 +0200 |
commit | 1b2e629ddeabdaa1e2899e9f49b21343294fb541 (patch) | |
tree | 0eed1cc3fbc5237dad480762013ce4631a6395de /README.md | |
parent | 0cb2a367968ea0bc45739da5c88fd7b88ca281a7 (diff) | |
parent | 61ad52abf7b1a7ecede5cf59bfad847216e91cc5 (diff) |
Merge branch 'main' of github.com:linnnus/blind-guild
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,5 +14,8 @@ containing styles specific to that view. Global styles are thus contained in `static/styles/base.css` since that template forms the base for all other views. +`pki/` contains a certificate chain necessary for HTTPS support during development. +See [`notes/certificates.md`](./notes/certificates.md) for more information. + `static/` is for files that never change. All HTTP requests that begin with `/images/` or `/styles/` will be resolved relative to their corresponding subfolder in `static/`. |