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