aboutsummaryrefslogtreecommitdiffstats
path: root/gpl2.php
diff options
context:
space:
mode:
Diffstat (limited to 'gpl2.php')
-rw-r--r--gpl2.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpl2.php b/gpl2.php
index b7bcfe6..da77682 100644
--- a/gpl2.php
+++ b/gpl2.php
@@ -10,13 +10,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/license-banner.php";
include "includes/secondary-info.php";
include "includes/nav-header.php";