diff options
| author | kj-sh604 | 2024-07-03 20:49:29 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-03 20:49:29 -0400 |
| commit | b6e7ce6bf8cd6c1e308ae179f4368925d696f8ed (patch) | |
| tree | c5cfc7284b5c8d50f2fb3407d6d3aa667c303abe /index.php | |
| parent | 54fb9b8c1f3d6aae8234d9e26411b52e586d2545 (diff) | |
kj-gitbot: index.php
Diffstat (limited to '')
| -rw-r--r-- | index.php | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -16,15 +16,9 @@ session_start(); ?> </head> <body> - <div class=banner> - <h1>📑 procrastiSlides v0.02 🎬</h1> - <hr /> - </div> - <p class="centered">simple presentation(s) site for quick slides from markdown <br> - (powered by LaTeX beamer, pandoc, and the rust uutils)</p> - <p class="centered"><b>✨ latest feature update:</b> addition of 16:9 themes 🚀</p> - <hr> <?php + include "includes/procrastislides-banner.php"; + include "includes/main-info.php"; include "includes/nav-header.php"; ?> <?php if (isset($_POST["compile"])) { |
