From 51308847b317d0e93629d58fa5204e0295c51b32 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 28 Nov 2021 15:09:00 -0500 Subject: initial commmit --- download.php | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 download.php (limited to 'download.php') diff --git a/download.php b/download.php new file mode 100644 index 0000000..5cd683b --- /dev/null +++ b/download.php @@ -0,0 +1,74 @@ + + + + + + + + + + + + procrastiSlides v0.01 + + + + +

this website is inspired from the suckless's presentation tool (sent) + and Luke Smith's video 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… πŸ™Œ Thank you! πŸ€—

+
+ + +
+ +

πŸŽ‰ your procrastiSlides .pdf presentation has been generated successfully!!! 🍾 +

+ +

πŸ“‚ your download link is below: πŸ—ƒ +

+
+ output/'$push'"); + shell_exec("cat output/pres.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + +
+ + +

+ + + -- cgit v1.2.3