diff options
| author | Blista Kanjo | 2021-11-30 02:45:05 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-30 02:45:05 -0500 |
| commit | cf306b2a545d88ab797d506f5911556abef0e3da (patch) | |
| tree | a1ff8f05bb0483e218366865eec907a0d5aabdbc | |
| parent | 365b25e97d8dd9ef8994d2cedee5e66eed8e54f2 (diff) | |
first attempt to fix the markdown android bug
| -rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,11 +10,9 @@ session_start(); <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 v0.01</title> - <meta name="description" content="only a simple presentation(s) site that respects your dark mode setting and has responsive web design. <br> + <meta name="description" content="only 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. 🏃 great for procratinators who need to get a presentation out, quick! 👟. 🏫 try copy and pasting your school notes! that might even work 😂"> </head> <body> |
