diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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'); |
