aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-04 14:50:30 +0900
committernsfisis <nsfisis@gmail.com>2024-08-04 16:59:10 +0900
commit264fa15fb2ba5f0b9636cda44b64deb3c56aa99d (patch)
tree61de974c9ed1aa5b94b6d5900fdb8e3a2d4b3efd /README.md
parent1b794787a5194405cd99d80981008e20aa0e953d (diff)
downloadiosdc-japan-2024-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.tar.gz
iosdc-japan-2024-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.tar.zst
iosdc-japan-2024-albatross-264fa15fb2ba5f0b9636cda44b64deb3c56aa99d.zip
feat(backend): serve /admin/* pages from api-server
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04b1fbc..5c50c0f 100644
--- a/README.md
+++ b/README.md
@@ -2,5 +2,10 @@
# License
-The contents of the repository is licensed under The MIT License, except for [the site favicon](frontend/public/favicon.svg).
+The contents of the repository is licensed under The MIT License, except for
+
+* [backend/admin/assets/css/normalize.css](backend/admin/assets/normalize.css),
+* [backend/admin/assets/css/sakura.css](backend/admin/assets/sakura.css) and
+* [frontend/public/favicon.svg](frontend/public/favicon.svg).
+
See [LICENSE](./LICENSE) for copylight notice.