diff options
| author | kj-sh604 | 2024-12-21 01:46:21 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-12-21 01:46:21 -0500 |
| commit | 552d06cd7e61c45476c55895422c8ca3d77a9bc6 (patch) | |
| tree | 6236304c52b9b6d96d2be2fe1078a06322f67847 /licenses/mit.php | |
| parent | 8c77e2a9f6b5badf4b78a91a6c04e8c10bea7ce1 (diff) | |
refactor: cleaner codebase and best practices
Diffstat (limited to '')
| -rw-r--r-- | licenses/mit.php (renamed from mit.php) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mit.php b/licenses/mit.php index 2616d8f..ec50022 100644 --- a/mit.php +++ b/licenses/mit.php @@ -10,15 +10,15 @@ <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! 😆</title> <meta name="description" content="create .pdf presentations from markdown! 🤗 procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design. non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work 😂"> - <?php include "includes/link-tags-in-head.php"; ?> + <?php include "../includes/link-tags-in-head.php"; ?> <meta name="color-scheme" content="light dark"> </head> <body> <?php - include "includes/license-banner.php"; - include "includes/secondary-info.php"; - include "includes/nav-header.php"; + include "../includes/license-banner.php"; + include "../includes/secondary-info.php"; + include "../includes/nav-header.php"; ?> <div class="centered"> <pre> @@ -50,7 +50,7 @@ SOFTWARE. <br> <footer> - <?php include "includes/nav-footer.php"; ?> + <?php include "../includes/nav-footer.php"; ?> </footer> |
