From 12734da8826299ffd24c0a15f6dbf205892d7221 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Apr 2014 08:35:13 +0200 Subject: Pushed to v3 --- oldwww/config/401.css | 6 +++++ oldwww/config/404.css | 3 +++ oldwww/config/dead_link.png | Bin 0 -> 51119 bytes oldwww/config/error-handler-404.html | 13 +++++++++++ oldwww/config/favicon.ico | Bin 0 -> 5242 bytes oldwww/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf | Bin 0 -> 72404 bytes oldwww/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf | Bin 0 -> 56260 bytes oldwww/config/fonts/Muli.css | 6 +++++ oldwww/config/fonts/Ubuntu.css | 6 +++++ oldwww/config/fonts/muli.tff | Bin 0 -> 56260 bytes oldwww/config/fonts/ubuntu.ttf | Bin 0 -> 72404 bytes oldwww/config/index.html | 23 ++++++++++++++++++++ oldwww/config/status-401.html | 22 +++++++++++++++++++ oldwww/config/test_401.css | 29 +++++++++++++++++++++++++ 14 files changed, 108 insertions(+) create mode 100644 oldwww/config/401.css create mode 100644 oldwww/config/404.css create mode 100755 oldwww/config/dead_link.png create mode 100644 oldwww/config/error-handler-404.html create mode 100755 oldwww/config/favicon.ico create mode 100644 oldwww/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf create mode 100644 oldwww/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf create mode 100644 oldwww/config/fonts/Muli.css create mode 100644 oldwww/config/fonts/Ubuntu.css create mode 100644 oldwww/config/fonts/muli.tff create mode 100644 oldwww/config/fonts/ubuntu.ttf create mode 100644 oldwww/config/index.html create mode 100644 oldwww/config/status-401.html create mode 100644 oldwww/config/test_401.css (limited to 'oldwww/config') diff --git a/oldwww/config/401.css b/oldwww/config/401.css new file mode 100644 index 0000000..b017224 --- /dev/null +++ b/oldwww/config/401.css @@ -0,0 +1,6 @@ +h1 { +font-family: Calibri; +font-size: 200%; +color: black; +text-align: center; +} diff --git a/oldwww/config/404.css b/oldwww/config/404.css new file mode 100644 index 0000000..08276dd --- /dev/null +++ b/oldwww/config/404.css @@ -0,0 +1,3 @@ +body { +background: white url("dead_link.png") no-repeat fixed top; +} diff --git a/oldwww/config/dead_link.png b/oldwww/config/dead_link.png new file mode 100755 index 0000000..37eb36b Binary files /dev/null and b/oldwww/config/dead_link.png differ diff --git a/oldwww/config/error-handler-404.html b/oldwww/config/error-handler-404.html new file mode 100644 index 0000000..6264849 --- /dev/null +++ b/oldwww/config/error-handler-404.html @@ -0,0 +1,13 @@ + + + + +404 - Dead Link. + + + + + + + + diff --git a/oldwww/config/favicon.ico b/oldwww/config/favicon.ico new file mode 100755 index 0000000..eff0501 Binary files /dev/null and b/oldwww/config/favicon.ico differ diff --git a/oldwww/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf b/oldwww/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf new file mode 100644 index 0000000..0e35cfb Binary files /dev/null and b/oldwww/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf differ diff --git a/oldwww/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf b/oldwww/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf new file mode 100644 index 0000000..cf324e4 Binary files /dev/null and b/oldwww/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf differ diff --git a/oldwww/config/fonts/Muli.css b/oldwww/config/fonts/Muli.css new file mode 100644 index 0000000..4fa7a93 --- /dev/null +++ b/oldwww/config/fonts/Muli.css @@ -0,0 +1,6 @@ +@font-face { + font-family: 'Muli'; + font-style: normal; + font-weight: 400; + src: local('Muli'), "/config/fonts/muli.ttf" format('truetype'); +} diff --git a/oldwww/config/fonts/Ubuntu.css b/oldwww/config/fonts/Ubuntu.css new file mode 100644 index 0000000..6ab025f --- /dev/null +++ b/oldwww/config/fonts/Ubuntu.css @@ -0,0 +1,6 @@ +@font-face { + font-family: 'Ubuntu'; + font-style: normal; + font-weight: 400; + src: local('Ubuntu'), "/config/fonts/ubuntu.ttf" format('truetype'); +} diff --git a/oldwww/config/fonts/muli.tff b/oldwww/config/fonts/muli.tff new file mode 100644 index 0000000..cf324e4 Binary files /dev/null and b/oldwww/config/fonts/muli.tff differ diff --git a/oldwww/config/fonts/ubuntu.ttf b/oldwww/config/fonts/ubuntu.ttf new file mode 100644 index 0000000..0e35cfb Binary files /dev/null and b/oldwww/config/fonts/ubuntu.ttf differ diff --git a/oldwww/config/index.html b/oldwww/config/index.html new file mode 100644 index 0000000..267f175 --- /dev/null +++ b/oldwww/config/index.html @@ -0,0 +1,23 @@ + + + + +401 - Acces forbidden. + + + + + + +
+ + + + + + + +
Goddess

Access forbidden. Now get the fuck out.

+
+ + diff --git a/oldwww/config/status-401.html b/oldwww/config/status-401.html new file mode 100644 index 0000000..e980ac9 --- /dev/null +++ b/oldwww/config/status-401.html @@ -0,0 +1,22 @@ + + + + +401 - Acces forbidden. + + + + + + +
+ + + + + + + + + diff --git a/oldwww/config/test_401.css b/oldwww/config/test_401.css new file mode 100644 index 0000000..80ad4d0 --- /dev/null +++ b/oldwww/config/test_401.css @@ -0,0 +1,29 @@ +body { +/*background: white url("haruhi.png") no-repeat fixed top;*/ +} + + + +/*
+

Access forbidden. Now get the fuck out. +

+
*/ + +h1 { +/*position: relative;*/ +top: 590px; +font-family: Courier; +font-size: 300%; +color: black; +text-align: center; +} -- cgit v1.2.3
Goddess

Access forbidden. Now get the fuck out.