From 82185753906709f9944a07c35a809736cf979afe Mon Sep 17 00:00:00 2001
From: root
Date: Sun, 2 Mar 2014 00:13:01 +0100
Subject: new folder etc
---
www/config/401.css | 6 ++++++
www/config/404.css | 3 +++
www/config/dead_link.png | Bin 0 -> 51119 bytes
www/config/error-handler-404.html | 13 +++++++++++++
www/config/favicon.ico | Bin 0 -> 5242 bytes
www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf | Bin 0 -> 72404 bytes
www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf | Bin 0 -> 56260 bytes
www/config/fonts/Muli.css | 6 ++++++
www/config/fonts/Ubuntu.css | 6 ++++++
www/config/fonts/muli.tff | Bin 0 -> 56260 bytes
www/config/fonts/ubuntu.ttf | Bin 0 -> 72404 bytes
www/config/index.html | 23 ++++++++++++++++++++++
www/config/status-401.html | 22 +++++++++++++++++++++
www/config/test_401.css | 29 ++++++++++++++++++++++++++++
14 files changed, 108 insertions(+)
create mode 100644 www/config/401.css
create mode 100644 www/config/404.css
create mode 100755 www/config/dead_link.png
create mode 100644 www/config/error-handler-404.html
create mode 100755 www/config/favicon.ico
create mode 100644 www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf
create mode 100644 www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf
create mode 100644 www/config/fonts/Muli.css
create mode 100644 www/config/fonts/Ubuntu.css
create mode 100644 www/config/fonts/muli.tff
create mode 100644 www/config/fonts/ubuntu.ttf
create mode 100644 www/config/index.html
create mode 100644 www/config/status-401.html
create mode 100644 www/config/test_401.css
(limited to 'www/config')
diff --git a/www/config/401.css b/www/config/401.css
new file mode 100644
index 0000000..b017224
--- /dev/null
+++ b/www/config/401.css
@@ -0,0 +1,6 @@
+h1 {
+font-family: Calibri;
+font-size: 200%;
+color: black;
+text-align: center;
+}
diff --git a/www/config/404.css b/www/config/404.css
new file mode 100644
index 0000000..08276dd
--- /dev/null
+++ b/www/config/404.css
@@ -0,0 +1,3 @@
+body {
+background: white url("dead_link.png") no-repeat fixed top;
+}
diff --git a/www/config/dead_link.png b/www/config/dead_link.png
new file mode 100755
index 0000000..37eb36b
Binary files /dev/null and b/www/config/dead_link.png differ
diff --git a/www/config/error-handler-404.html b/www/config/error-handler-404.html
new file mode 100644
index 0000000..6264849
--- /dev/null
+++ b/www/config/error-handler-404.html
@@ -0,0 +1,13 @@
+
+
+
+
+404 - Dead Link.
+
+
+
+
+
+
+
+
diff --git a/www/config/favicon.ico b/www/config/favicon.ico
new file mode 100755
index 0000000..eff0501
Binary files /dev/null and b/www/config/favicon.ico differ
diff --git a/www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf b/www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf
new file mode 100644
index 0000000..0e35cfb
Binary files /dev/null and b/www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf differ
diff --git a/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf b/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf
new file mode 100644
index 0000000..cf324e4
Binary files /dev/null and b/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf differ
diff --git a/www/config/fonts/Muli.css b/www/config/fonts/Muli.css
new file mode 100644
index 0000000..4fa7a93
--- /dev/null
+++ b/www/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/www/config/fonts/Ubuntu.css b/www/config/fonts/Ubuntu.css
new file mode 100644
index 0000000..6ab025f
--- /dev/null
+++ b/www/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/www/config/fonts/muli.tff b/www/config/fonts/muli.tff
new file mode 100644
index 0000000..cf324e4
Binary files /dev/null and b/www/config/fonts/muli.tff differ
diff --git a/www/config/fonts/ubuntu.ttf b/www/config/fonts/ubuntu.ttf
new file mode 100644
index 0000000..0e35cfb
Binary files /dev/null and b/www/config/fonts/ubuntu.ttf differ
diff --git a/www/config/index.html b/www/config/index.html
new file mode 100644
index 0000000..267f175
--- /dev/null
+++ b/www/config/index.html
@@ -0,0 +1,23 @@
+
+
+
+
+401 - Acces forbidden.
+
+
+
+
+
+
+
+
+
+  |
+
+
+ Access forbidden. Now get the fuck out. |
+
+
+
+
+
diff --git a/www/config/status-401.html b/www/config/status-401.html
new file mode 100644
index 0000000..e980ac9
--- /dev/null
+++ b/www/config/status-401.html
@@ -0,0 +1,22 @@
+
+
+
+
+401 - Acces forbidden.
+
+
+
+
+
+
+
+
+
+  |
+
+ Access forbidden. Now get the fuck out. |
+
+
+
+
diff --git a/www/config/test_401.css b/www/config/test_401.css
new file mode 100644
index 0000000..80ad4d0
--- /dev/null
+++ b/www/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