diff options
| author | Blista Kanjo | 2023-09-27 20:37:16 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-09-27 20:37:16 -0400 |
| commit | 17a2f1c2f9a58afa88e275687cb2fea6bd9311b3 (patch) | |
| tree | 792804efe73c323887246e6f597a9715ba0782a9 | |
| parent | 62fc93d9e8690db7c41f758cab39ba75f56e141e (diff) | |
refactor: remove inaccurate `plain text` reference
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ session_start(); ?> <h1>📑 procrastiSlides v0.02 🎬</h1> <hr /> </div> - <p class="centered">simple presentation(s) site for quick slides from plain text / markdown <br> + <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> @@ -95,7 +95,7 @@ session_start(); ?> } ?> <?php if (!isset($_POST["compile"])) { ?> <div> - <h2 class="centered">plain text or markdown goes here:</h2> + <h2 class="centered">markdown goes here:</h2> <form class="" action="index.php" method="post"> <textarea id="user-input" name="user-input" rows="8" cols="80"><?php echo $_SESSION["user-input"]; ?></textarea> <div class="centered"> |
