From 60b3e5e45cd72ea9e55357035005bb5cc8b0ee83 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 13 Jul 2023 17:44:04 +1000 Subject: [PATCH] main: Unminified content --- 404.html | 37 +++++++++++++++++++--- Jenkinsfile | 9 ++---- assets/css/index.css | 6 ++++ index.html | 74 +++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 110 insertions(+), 16 deletions(-) create mode 100644 assets/css/index.css diff --git a/404.html b/404.html index 85104b0..2edde9d 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,29 @@ - -Woodburn - + + + + + + + + Woodburn + + + + + + + + + + + + + + + + + +

HTTP: 404

@@ -23,4 +46,10 @@ var a = "world"; setTimeout(callback(), 4000); - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 915c2f5..9a56f79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,14 +2,9 @@ pipeline { agent any stages { - stage('Files') { + stage('None') { steps { - sh returnStdout: true, script: '''for file in "."/*.html; do - if [[ -f "$file" ]]; then - sed -i \'s/\\( -Home | Woodburn - - -
Woodburn
\ No newline at end of file + + + + + + + + Home | Woodburn + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
Woodburn
+
+
+
+ + + + + + \ No newline at end of file