aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042024-07-03 20:49:29 -0400
committerkj-sh6042024-07-03 20:49:29 -0400
commitb6e7ce6bf8cd6c1e308ae179f4368925d696f8ed (patch)
treec5cfc7284b5c8d50f2fb3407d6d3aa667c303abe
parent54fb9b8c1f3d6aae8234d9e26411b52e586d2545 (diff)
kj-gitbot: index.php
-rw-r--r--index.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/index.php b/index.php
index 620c9ca..dfa4abc 100644
--- a/index.php
+++ b/index.php
@@ -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"])) {