aboutsummaryrefslogtreecommitdiffstats
path: root/LaTeX.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LaTeX.php (renamed from licenses/LaTeX.php)8
1 files changed, 5 insertions, 3 deletions
diff --git a/licenses/LaTeX.php b/LaTeX.php
index d01e4c1..4e40d47 100644
--- a/licenses/LaTeX.php
+++ b/LaTeX.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>
@@ -450,7 +451,8 @@ Important Recommendations
<br>
<footer>
- <?php include "../includes/nav-footer.php" ?>
+ <?php include "includes/nav-footer.php" ?>
+
</footer>
</body>