diff options
Diffstat (limited to 'includes/markdown-editor.php')
| -rw-r--r-- | includes/markdown-editor.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/markdown-editor.php b/includes/markdown-editor.php deleted file mode 100644 index fa68bb8..0000000 --- a/includes/markdown-editor.php +++ /dev/null @@ -1,11 +0,0 @@ - <div> - <label for="user-input"> - <h2 class="centered">markdown goes here:</h2> - </label> - <form 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"> - <button type="submit" name="compile">create presentation</button> - </div> - </form> - <br><br> |
