diff options
Diffstat (limited to '')
| -rw-r--r-- | isc.php (renamed from licenses/isc.php) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/licenses/isc.php b/isc.php index 12277ef..f0321d8 100644 --- a/licenses/isc.php +++ b/isc.php @@ -10,7 +10,8 @@ "> <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script> <title>procrastiSlides v0.01</title> - <meta name="description" content="Hello World! Only a simple coffee site (but respects your dark mode setting and has responsive web design). No ads, no tracking, nothing but basic coffee and good service."> + <meta name="description" content="only a simple presentation(s) site that respects your dark mode setting and has responsive web design. <br> + non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. π great for procratinators who need to get a presentation out, quick! π. π« try copy and pasting your school notes! that might even work π"> </head> <body> <div class=banner> @@ -23,7 +24,7 @@ souce community throughout the yearsβ¦ <b>π Thank you! π€</b> </p> <hr> - <?php include "../includes/nav-header.php" ?> + <?php include "includes/nav-header.php" ?> <div class="centered"> <pre> @@ -63,7 +64,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. <br> <footer> - <?php include "../includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php" ?> </footer> </body> |
