From 018772f321813ef2c4caf995cca2ab68002bc864 Mon Sep 17 00:00:00 2001 From: "Aviv \"RustyStriker\" Romem" Date: Sat, 11 Jun 2022 13:31:47 +0300 Subject: [PATCH] updated to use the injector --- 404.html | 69 ++---------------------------------------- about.html | 69 ++---------------------------------------- another_page.html | 72 +++----------------------------------------- index.html | 70 ++---------------------------------------- template.html | 77 ----------------------------------------------- 5 files changed, 11 insertions(+), 346 deletions(-) delete mode 100644 template.html diff --git a/404.html b/404.html index 01e9151..56034ab 100644 --- a/404.html +++ b/404.html @@ -1,53 +1,5 @@ - - - - - +cat $HOME/template/header.html | sed "s/__PAGE TITLE__/404 - Page not found/" - 404 - Page not found - - - - - -
-
- -

Rusty's Website

-
-

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

- About - Source - Licenses -
-

404 - Page not found

@@ -66,21 +18,4 @@ - - - - +cat $HOME/template/footer.html \ No newline at end of file diff --git a/about.html b/about.html index db1ad1c..57d650e 100644 --- a/about.html +++ b/about.html @@ -1,53 +1,5 @@ - - - - - +cat $HOME/template/header.html | sed "s/__PAGE TITLE__/About/" - About - - - - - -
-
- -

Rusty's Website

-
-

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

- About - Source - Licenses -
-

About

@@ -87,21 +39,4 @@ I thought I will have more to write here(as of 14/5/22)...

- - - - +cat $HOME/template/footer.html diff --git a/another_page.html b/another_page.html index 768b931..2446616 100644 --- a/another_page.html +++ b/another_page.html @@ -1,54 +1,4 @@ - - - - - - - Links are stupid - - - - - -
-
- -

Rusty's Website

-
-

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

- About - Source - Licenses -
-
- +cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"

Oh good, the last page got really crowded, ok, back to the nonsense! @@ -162,24 +112,9 @@

- - - \ No newline at end of file + +cat $HOME/template/footer.html \ No newline at end of file diff --git a/index.html b/index.html index 41d4920..edd6147 100644 --- a/index.html +++ b/index.html @@ -1,53 +1,5 @@ - - - - - +cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/" - Rusty Striker's Awesome Website - - - - - -
-
- -

Rusty's Website

-
-

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

- About - Source - Licenses -
-

Welcome, to my WEBSITE!

@@ -140,23 +92,7 @@

- - - + - +cat $HOME/template/footer.html \ No newline at end of file diff --git a/template.html b/template.html deleted file mode 100644 index 4337080..0000000 --- a/template.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - __PAGE TITLE__ - - - - - -
-
- -

Rusty's Website

-
-

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

- About - Source - Licenses -
-
-

- Template page -

-
-

- This is my template page, filled with a license, header and footer -

-
- - - - -