diff options
| author | kj-sh604 | 2024-07-09 02:09:47 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-09 02:09:47 -0400 |
| commit | ae48aca3b7c216839397927de0a837420fff8e59 (patch) | |
| tree | b49d1273c92c3f328f084cc0bfc2a57ebdad7963 /index.php | |
| parent | e7a03aaba6dabde8b9d49231502a6881a42e5d1f (diff) | |
kj-gitbot: index.php
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -4,17 +4,20 @@ session_start(); ?> <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?v=<?= time() ?>"> - <link rel="icon" href="img/site-icon.webp" type="image/x-icon"> <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/procrastislides-banner.php"; include "includes/main-info.php"; include "includes/nav-header.php"; |
