diff options
| author | kj-sh604 | 2025-04-09 15:18:30 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-09 15:18:30 -0400 |
| commit | 094bf4e342307fdfa3608bad2110c28d39fd8ff7 (patch) | |
| tree | df1a0198c06b90e150faa717f2a817008ae1481e /includes/markdown-editor.php | |
| parent | 8b06732130e315f36ea5ff56e947453a2a816260 (diff) | |
refactor: directory structure
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> |
