aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/index.php b/src/index.php
index c8964dd..102eb20 100644
--- a/src/index.php
+++ b/src/index.php
@@ -9,9 +9,7 @@ session_start(); ?>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <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 😂">
+ <?php include "includes/site-title-and-description.php"; ?>
<?php include "includes/link-tags-in-head.php"; ?>
<meta name="color-scheme" content="light dark">
</head>
@@ -48,4 +46,4 @@ session_start(); ?>
</script>
</body>
-</html>
+</html> \ No newline at end of file