aboutsummaryrefslogtreecommitdiff
path: root/www/config
diff options
context:
space:
mode:
authorroot2014-03-02 00:13:01 +0100
committerroot2014-03-02 00:13:01 +0100
commit82185753906709f9944a07c35a809736cf979afe (patch)
tree3d9a9f82f13f84ba82ef9f0a2823c11989e526f0 /www/config
parentf10abe4b061ce7e4f8719c2730d6edab7c06b00c (diff)
downloadjungegemeinde-82185753906709f9944a07c35a809736cf979afe.tar.gz
new folder etc
Diffstat (limited to 'www/config')
-rw-r--r--www/config/401.css6
-rw-r--r--www/config/404.css3
-rwxr-xr-xwww/config/dead_link.pngbin0 -> 51119 bytes
-rw-r--r--www/config/error-handler-404.html13
-rwxr-xr-xwww/config/favicon.icobin0 -> 5242 bytes
-rw-r--r--www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttfbin0 -> 72404 bytes
-rw-r--r--www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttfbin0 -> 56260 bytes
-rw-r--r--www/config/fonts/Muli.css6
-rw-r--r--www/config/fonts/Ubuntu.css6
-rw-r--r--www/config/fonts/muli.tffbin0 -> 56260 bytes
-rw-r--r--www/config/fonts/ubuntu.ttfbin0 -> 72404 bytes
-rw-r--r--www/config/index.html23
-rw-r--r--www/config/status-401.html22
-rw-r--r--www/config/test_401.css29
14 files changed, 108 insertions, 0 deletions
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
--- /dev/null
+++ b/www/config/dead_link.png
Binary files 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 @@
+<!doctype html public "-//W3C//DTD XHTML 1.0 //EN">
+
+<html>
+<head>
+<title>404 - Dead Link.</title>
+<link rel="stylesheet" type="text/css" href="/config/404.css" />
+<meta http-equiv="refresh" content="0; /404">
+</head>
+
+<body>
+
+</body>
+
diff --git a/www/config/favicon.ico b/www/config/favicon.ico
new file mode 100755
index 0000000..eff0501
--- /dev/null
+++ b/www/config/favicon.ico
Binary files 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
--- /dev/null
+++ b/www/config/fonts/2Q-AW1e_taO6pHwMXcXW5w.ttf
Binary files differ
diff --git a/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf b/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf
new file mode 100644
index 0000000..cf324e4
--- /dev/null
+++ b/www/config/fonts/BfQP1MR3mJNaumtWa4Tizg.ttf
Binary files 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
--- /dev/null
+++ b/www/config/fonts/muli.tff
Binary files differ
diff --git a/www/config/fonts/ubuntu.ttf b/www/config/fonts/ubuntu.ttf
new file mode 100644
index 0000000..0e35cfb
--- /dev/null
+++ b/www/config/fonts/ubuntu.ttf
Binary files 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 @@
+<!doctype html public "-//W3C//DTD XHTML 1.0 //EN">
+
+<html>
+<head>
+<title>401 - Acces forbidden.</title>
+<link rel="stylesheet" type="text/css" href="/config/401.css" />
+<link rel="shortcut icon" href="/404/favicon.ico" type="image/x-icon">
+</head>
+
+<body>
+
+<div align="center">
+ <table width="750">
+<tr>
+ <td align="center"><img src="http://i.imgur.com/CY7ntqP.png" alt="Goddess" vspace="1"></td>
+</tr>
+<tr>
+ <td><h1>Access forbidden. Now get the fuck out.</h1></td>
+</tr>
+</table>
+</div>
+</body>
+</html>
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 @@
+<!doctype html public "-//W3C//DTD XHTML 1.0 //EN">
+
+<html>
+<head>
+<title>401 - Acces forbidden.</title>
+<link rel="stylesheet" type="text/css" href="/config/401.css" />
+<meta http-equiv="refresh" content="0; /401">
+</head>
+
+<body>
+
+<div align="center">
+ <table width="750">
+<tr>
+ <td align="center"><img src="http://i.imgur.com/CY7ntqP.png" alt="Goddess" vspace="1"></td>
+</tr
+<tr>
+ <td align="center" valign="top"><h1>Access forbidden. Now get the fuck out.</h1></td>
+</tr>
+
+</body>
+
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;*/
+}
+
+<style type="text/css">
+ div.container {top: 0; left: 0; width: 100%; height: 100%;
+ position: fixed; display: table}
+ p {display: table-cell; vertical-align: middle}
+
+ /* Horizontal centering of image: set left & right margins to 'auto' */
+ img.displayed {display: block; margin: 1em auto}
+
+ /* Also center the lines in the paragraph */
+ p {top: 590px; text-align: center font-size: 300%; font-family: Courier; color: black;}
+</style>
+
+/*<div class=container>
+ <p>Access forbidden. Now get the fuck out.
+ <img class=displayed src="./haruhi.png"></p>
+</div>*/
+
+h1 {
+/*position: relative;*/
+top: 590px;
+font-family: Courier;
+font-size: 300%;
+color: black;
+text-align: center;
+}