diff options
| author | kj-sh604 | 2025-04-09 15:17:44 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-09 15:17:44 -0400 |
| commit | 8b06732130e315f36ea5ff56e947453a2a816260 (patch) | |
| tree | 339869230d80fe3bcc941866dd813742d1f37d70 /index.php | |
| parent | 4d8b0810ee020d125a39b7c8a0b40ee54dc60686 (diff) | |
refactor: performance modifications
Diffstat (limited to '')
| -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'); |
