diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-07 20:28:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-07 20:28:07 +0200 |
| commit | fb4dc0ca40de143ac92f73936b60d7679c8337f7 (patch) | |
| tree | 354edbbd1748e1656eb142a6a202247c99e817c7 /footer.html | |
| download | cgit-theme-danix-fb4dc0ca40de143ac92f73936b60d7679c8337f7.tar.gz cgit-theme-danix-fb4dc0ca40de143ac92f73936b60d7679c8337f7.zip | |
Initial commit: cgit theme for danix.xyz
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'footer.html')
| -rw-r--r-- | footer.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..fd92532 --- /dev/null +++ b/footer.html @@ -0,0 +1,4 @@ +<div id="footer-custom" style="display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:8px;"> + <span>© 2026 <a href="https://danix.xyz" style="color:#00ff88;font-weight:600;">danix.xyz</a></span> + <span>powered by <a href="https://git.zx2c4.com/cgit/">cgit</a></span> +</div> |
