From fe8c7a33aeb2124ffb00a6c6be61369e5e344bc3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 23 May 2026 23:55:30 +0200 Subject: frontend: Add simple.css submodule This is the CSS framework which should be used for this repository. --- .gitmodules | 3 +++ frontend/simple.css | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 frontend/simple.css diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad614f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "frontend/simple.css"] + path = frontend/simple.css + url = https://codeberg.org/kevquirk/simple.css.git diff --git a/frontend/simple.css b/frontend/simple.css new file mode 160000 index 0000000..b6eab64 --- /dev/null +++ b/frontend/simple.css @@ -0,0 +1 @@ +Subproject commit b6eab64c47692afd18c50bab0d5e656fd51d1695 -- cgit v1.3