diff options
| author | kj-sh604 | 2024-08-05 17:04:26 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-05 17:04:26 -0400 |
| commit | 11ae134cd720443b6ed5fe67bc570bbfcc8730e0 (patch) | |
| tree | f4cc000ad6ea18b095f6c463796b0011220a471a /download.php | |
| parent | 7e1da62bb3f0f3836c4006e44560241479767c50 (diff) | |
refactor: lighthouse optimizations 🗼 and slight redesign
Diffstat (limited to 'download.php')
| -rw-r--r-- | download.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/download.php b/download.php index a46facc..dbde51d 100644 --- a/download.php +++ b/download.php @@ -11,13 +11,12 @@ <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 😂"> - <link rel="icon" href="../img/site-icon.webp" type="image/x-icon"> + <?php include "includes/link-tags-in-head.php"; ?> <meta name="color-scheme" content="light dark"> </head> <body> <?php - include "includes/link-tags.php"; include "includes/procrastislides-banner.php"; include "includes/secondary-info.php"; include "includes/nav-header.php"; |
