diff options
| author | kj-sh604 | 2024-07-03 20:49:36 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-03 20:49:36 -0400 |
| commit | 4b7e96b49b100789cfd6e8d56545af14c06dba7f (patch) | |
| tree | 7c11e72b8f368c0de526e28d6aba780adb196eb7 /licenses.php | |
| parent | abf7bb2a7f079641f45bf40267e55da64f05eccf (diff) | |
kj-gitbot: licenses.php
Diffstat (limited to 'licenses.php')
| -rw-r--r-- | licenses.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/licenses.php b/licenses.php index 92b3b9c..b43e784 100644 --- a/licenses.php +++ b/licenses.php @@ -16,15 +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"; + ?> <h3>licenses</h3> <ul> <li> <a href="gpl2.php"> pandoc's license (gnu gpl v2)</a> </li> |
