diff options
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> |
