aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index b19bfce..e81590d 100644
--- a/index.php
+++ b/index.php
@@ -33,7 +33,9 @@ session_start(); ?>
<?php include "includes/nav-footer.php"; ?>
</footer>
- <!-- JS calls -->
+ <!-- Late CSS calls -->
+ <link rel="stylesheet" href="/css/simplemde.css">
+ <!-- Late JS calls -->
<script type="text/javascript">
function showGeneratingIndicator() {
const generatingIndicator = document.getElementById('generating-indicator');