diff options
Diffstat (limited to 'public/black.html')
| -rw-r--r-- | public/black.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/public/black.html b/public/black.html new file mode 100644 index 00000000..29c9fbf0 --- /dev/null +++ b/public/black.html | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <html> | ||
| 2 | <head> <meta charset="UTF-8"> <title>Black</title> | ||
| 3 | <style type="text/css"> | ||
| 4 | html, body { height: 100%; margin: 0; } | ||
| 5 | body { background:black; } | ||
| 6 | div { | ||
| 7 | width: 50%; | ||
| 8 | height: 50%; | ||
| 9 | margin: auto; | ||
| 10 | text-color: white; | ||
| 11 | font-family: verdana; | ||
| 12 | font-size: 28px; | ||
| 13 | font-weight: bold; | ||
| 14 | text-align: center; | ||
| 15 | text-shadow: white 2px -2px 8px; | ||
| 16 | vertical-align:middle; | ||
| 17 | position: absolute; left: 25%; top: 25%; | ||
| 18 | } | ||
| 19 | a { color: white; text-decoration: none; } | ||
| 20 | </style></head> | ||
| 21 | <body> | ||
| 22 | <div><p><a href="http://de.wikipedia.org/wiki/SOPA"> | ||
| 23 | Wir nehmen unsere Webseite aus Protest gegen SOPA, PIPA, ACTA und BREIN vorübergehend, wir betonen: vorübergehend, vom Netz. Denn wir möchten nicht Hacker in einer Welt sein, in der man sich nicht von Freunden 500 kByte herunterladen kann und in der jeder Polit-Uhl oder seine </a><a href="http://mpaa.org/resources/c4c3712a-7b9f-4be8-bd70-25527d5dfad8.pdf">väterlichen Freunde</a><a href="http://de.wikipedia.org/wiki/SOPA"> uns das Netz abschalten können.</a></></div> | ||
| 24 | </bod> | ||
| 25 | </html> | ||
