From c108f98432b27b6ea60ea4fd711e7ed855be72b7 Mon Sep 17 00:00:00 2001 From: "Aviv \"RustyStriker\" Romem" Date: Sat, 11 Jun 2022 13:32:33 +0300 Subject: [PATCH] ment --- bscripts/ls_to_a.py | 9 ++++++++ template/footer.html | 21 +++++++++++++++++++ template/header.html | 50 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 bscripts/ls_to_a.py create mode 100644 template/footer.html create mode 100644 template/header.html diff --git a/bscripts/ls_to_a.py b/bscripts/ls_to_a.py new file mode 100644 index 0000000..d2bbb33 --- /dev/null +++ b/bscripts/ls_to_a.py @@ -0,0 +1,9 @@ +# Gets ls output and transform it into tag + +while True: + + try: + a = input() + except: + break; + print('' + a + '') diff --git a/template/footer.html b/template/footer.html new file mode 100644 index 0000000..4944419 --- /dev/null +++ b/template/footer.html @@ -0,0 +1,21 @@ + + + + diff --git a/template/header.html b/template/header.html new file mode 100644 index 0000000..a4e6702 --- /dev/null +++ b/template/header.html @@ -0,0 +1,50 @@ + + + + + + + __PAGE TITLE__ + + + + + +
+
+ +

Rusty's Website

+
+

+ A place for wanky stuff, weird JavaScript and warm-ish takes +

+ About + Source + Licenses +
+
\ No newline at end of file