aboutsummaryrefslogtreecommitdiffstats
path: root/gpl2.php
diff options
context:
space:
mode:
authorkj-sh6042024-07-09 02:09:47 -0400
committerkj-sh6042024-07-09 02:09:47 -0400
commite7a03aaba6dabde8b9d49231502a6881a42e5d1f (patch)
tree9e1dcd2a21704599aa0b9e74cd2525cf07e639f5 /gpl2.php
parenteadba661e8aafa94c083ac6a5d543c4cc1ccf42a (diff)
kj-gitbot: gpl2.php
Diffstat (limited to 'gpl2.php')
-rw-r--r--gpl2.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/gpl2.php b/gpl2.php
index d1a93e5..188f88e 100644
--- a/gpl2.php
+++ b/gpl2.php
@@ -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/license-banner.php";
include "includes/secondary-info.php";
include "includes/nav-header.php";