aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorkj-sh6042025-04-09 15:17:44 -0400
committerkj-sh6042025-04-09 15:17:44 -0400
commit8b06732130e315f36ea5ff56e947453a2a816260 (patch)
tree339869230d80fe3bcc941866dd813742d1f37d70 /index.php
parent4d8b0810ee020d125a39b7c8a0b40ee54dc60686 (diff)
refactor: performance modifications
Diffstat (limited to '')
-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');