diff options
| author | kj_sh604 | 2026-01-13 22:26:04 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-13 22:26:04 -0500 |
| commit | 31cb7ff3fb447f3ce145c52567470f51d76f23b2 (patch) | |
| tree | 85bae603d33dea8c57a4d0ea99f354d33031beb1 | |
| parent | d8a37d38c3b7de6d647684d4ddbbc90421ceb982 (diff) | |
kj-gitbot: src/licenses/isc.php
Diffstat (limited to '')
| -rw-r--r-- | src/licenses/isc.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/licenses/isc.php b/src/licenses/isc.php index 4ee5857..3266b75 100644 --- a/src/licenses/isc.php +++ b/src/licenses/isc.php @@ -7,11 +7,9 @@ <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"> + <meta name="color-scheme" content="light dark"> </head> <body> |
