diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
| commit | 9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch) | |
| tree | 8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /public/black.html | |
| parent | 85a01e35274b8d4d4165a7b26bd7986e211246bb (diff) | |
| parent | 1853082fcd8c067390c246f9daa01a9b47387497 (diff) | |
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
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 0000000..29c9fbf --- /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> | ||
