diff options
| author | kj_sh604 | 2024-07-09 02:34:59 -0400 |
|---|---|---|
| committer | GitHub | 2024-07-09 02:34:59 -0400 |
| commit | 97202359c3cf74d7876ac401ea4701bf2add18b4 (patch) | |
| tree | 1c44f7149bb681dddffab199abb1ff2b8d3ff7fe /info.php | |
| parent | beb766c60f4571e9e7f9957bf8cbb78c7d5602ab (diff) | |
| parent | e2ac1936bcb07bb2ac5b6bc3f82716f14cdec62e (diff) | |
merge: pull request #6 from kj-sh604/jank_css_load_pre-content
Improve Lighthouse Scores ⚓
Diffstat (limited to 'info.php')
| -rw-r--r-- | info.php | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,19 +2,20 @@ <html lang=en> <head> - <meta charset="UTF-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta http-equiv='cache-control' content='no-cache'> + <meta http-equiv='expires' content='0'> + <meta http-equiv='pragma' content='no-cache'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="css/style.css"> - <link rel="icon" href="img/site-icon.webp" type="image/x-icon"> - <link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css - "> <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 😂"> + <meta name="color-scheme" content="light dark"> </head> <body> <?php + include "includes/link-tags.php"; include "includes/info-banner.php"; include "includes/secondary-info.php"; include "includes/nav-header.php"; |
