aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorkj-sh6042024-07-09 02:17:35 -0400
committerkj-sh6042024-07-09 02:17:35 -0400
commit5a0f7268ff9dfe7f31ce91905991bd159da5354d (patch)
tree588cc2b5b06f45a7d7a25bde331a93c49696262d /index.php
parentd259fcde814ab8dc4b393c944649055b840d011d (diff)
fix: broken light mode
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 14ff727..05366b3 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@ session_start(); ?>
include "includes/main-info.php";
include "includes/nav-header.php";
?>
- <script src='scripts/editor.js'></script>
+ <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
<?php if (isset($_POST["compile"])) {
$_SESSION["user-input"] = $_POST["user-input"]; ?>
<div class="centered">