diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-28 18:09:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-28 18:09:01 -0600 |
| commit | 3b2d79aad75c84a4f807b08f861232077d097e5b (patch) | |
| tree | 68b35c1e4062974e283f8612752042a6690fe993 /public | |
| parent | 8511f96b2dc985a71c1f665f56e4b9a5feef47d4 (diff) | |
feat: add by line to footer
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 8c6fd3d..72ebff1 100644 --- a/public/index.html +++ b/public/index.html @@ -43,7 +43,8 @@ <div class="grid"> <div> <p> <strong>Why?</strong> </p> - <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> + <p> <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> </p> + <p> <small> Built with ❤ by the <a href="https://handbook.gitlab.com/handbook/engineering/development/sec/software-supply-chain-security/authorization/" class="secondary">authz team</a> at GitLab. </small> </p> </div> <aside> <nav> |
