diff options
| author | kj-sh604 | 2024-07-03 20:49:34 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-03 20:49:34 -0400 |
| commit | abf7bb2a7f079641f45bf40267e55da64f05eccf (patch) | |
| tree | d9ce829874ccfde5981ba1d410fc030da9ffe8ee | |
| parent | 766b68de9b2087b9a9531769b3dad8b3aff41598 (diff) | |
kj-gitbot: isc.php
| -rw-r--r-- | isc.php | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -16,14 +16,11 @@ </head> <body> - <div class=banner> - <h1>🏛 licenses 🧑⚖️</h1> - <hr /> - </div> - <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>). it uses pandoc and LaTeX beamer for the backend. <br><br><b>latest feature update:</b> addition of 16:9 themes</p> - <hr> - - <?php include "includes/nav-header.php"; ?> + <?php + include "includes/license-banner.php"; + include "includes/secondary-info.php"; + include "includes/nav-header.php"; + ?> <div class="centered"> <pre> |
