aboutsummaryrefslogtreecommitdiffstats
path: root/gpl2.php
diff options
context:
space:
mode:
authorkj_sh6042023-07-09 00:47:29 -0400
committerkj_sh6042023-07-09 00:47:29 -0400
commit1e51f34a52f2da4ded989841e9fd3265f566daa1 (patch)
treecf70e5f9d6860abee1ca8e3639c4aea45e39fba3 /gpl2.php
parentb12a66beaecad509249fc45f31da7416e4ee71fd (diff)
kj.bash: gpl2.php
Diffstat (limited to '')
-rw-r--r--gpl2.php59
1 files changed, 31 insertions, 28 deletions
diff --git a/gpl2.php b/gpl2.php
index 249d0a7..4da7af5 100644
--- a/gpl2.php
+++ b/gpl2.php
@@ -1,32 +1,34 @@
<!DOCTYPE html>
<html lang=en>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <link rel="stylesheet" href="../css/style.css">
- <link rel = "icon" href = "../img/site-icon.webp" type = "image/x-icon">
- <link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+ <link rel="stylesheet" href="../css/style.css">
+ <link rel="icon" href="../img/site-icon.webp" type="image/x-icon">
+ <link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css
">
- <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
- <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! πŸ˜†</title>
- <meta name="description" content="create presentations from markdown or plain text! πŸ€— procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design.
+ <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
+ <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! πŸ˜†</title>
+ <meta name="description" content="create presentations from markdown or plain text! πŸ€— 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 πŸ˜‚">
- </head>
- <body>
- <div class=banner>
- <h1>πŸ› licenses πŸ§‘β€βš–οΈ</h1>
- <hr/>
- </div>
- <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>)
+</head>
+
+<body>
+ <div class=banner>
+ <h1>πŸ› licenses πŸ§‘β€βš–οΈ</h1>
+ <hr />
+ </div>
+ <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>)
and Luke Smith's <a target="_blank" href="https://youtu.be/dum7q6UXiCE">video</a> on creating presentations using markdown and LaTeX beamer.
- We would like to personally thank them for all the educational resources (for suckless, it's the source code πŸ˜‚) that they have shared with the open
- souce community throughout the years… <b>πŸ™Œ Thank you! πŸ€—</b> </p>
- <hr>
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code πŸ˜‚) that they have shared with the open
+ souce community throughout the years… <b>πŸ™Œ Thank you! πŸ€—</b> </p>
+ <hr>
- <?php include "includes/nav-header.php"; ?>
-<div class="centered">
- <pre>
+ <?php include "includes/nav-header.php"; ?>
+ <div class="centered">
+ <pre>
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
@@ -160,13 +162,14 @@ This General Public License does not permit incorporating your program into prop
</pre>
- </div>
+ </div>
- <br>
- <footer>
+ <br>
+ <footer>
<?php include "includes/nav-footer.php"; ?>
- </footer>
- </body>
+ </footer>
+</body>
+
</html>