Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Dec 20, 2010
1 parent e4e6937 commit da79f97
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
97 changes: 97 additions & 0 deletions content/3b6554583570c3b0e1abae5e3a929bd5
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Wikimedia Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="author" content="Mark Ryan"/>
<meta name="copyright" content="(c) 2005-2007 Mark Ryan and others. Text licensed under the GNU Free Documentation License. http://www.gnu.org/licenses/fdl.txt"/>

<style type="text/css"><!--
body {
background-color: #dbe5df;
font: 100% "Gill Sans MT", "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
margin: 0px;
}
.TechnicalStuff {
font-size: 0.8em;
font-style: italic;
text-align: center;
padding-bottom: 0.8em;
}
.Lines {
width: 100%;
height: 1px;
overflow: hidden;
font-size: 0.5px;
}
.ContentArea {
background-color: white;
padding: 0.8em 10% 0 10%;
font-size: 1.0em;
}
a:hover {
color: red;
}
h1, h2 {
margin: 0px;
font-size: 1.0em;
}
h2 {
background: #9fbfd8;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
h1 {
background: #dbe5df;
font: bold 1.5em "Gill Sans MT", "Gill Sans", Helvetica, Humanist, sans-serif;
text-transform: uppercase;
text-align: center;
width: 100%;
padding-top:0.8em;
}
-->
</style>
<script>
function lines(s) {
var c = s.split(' ');
for (var i = 0; i < c.length; i++) {
document.write('<div class="Lines" style="background-color:#' + c[i] + ';"></div>');
}
}
</script>
</head>

<body link="#24442E" text="#000000" vlink="#24442E" alink="#FF0000">
<h1>Wikimedia Foundation</h1>
<script>lines('ccd4cf bdc3bf adb1af 9ea09f dbe5df');</script>

<h2>Error</h2>

<script>lines('8f8f8f acacac c6c6c6 dbdbdb eaeaea f4f4f4');</script>

<!-- BEGIN CONTENT AREA -->
<div class="ContentArea">

<div id="en" lang="en">
<p>Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon. Please <a href="http://en.wikipedia.org/wiki/Exquisite_corpse" onclick="window.location.reload(false); return false">try again</a> in a few minutes.</p>
<p>You may be able to get further information in the <a href="irc://chat.freenode.net/wikipedia">#wikipedia</a> channel on the <a href="http://www.freenode.net">Freenode IRC network</a>.</p>
<p>The Wikimedia Foundation is a non-profit organisation which hosts some of the most popular sites on the Internet, including Wikipedia. It has a constant need to purchase new hardware. If you would like to help, please <a href="http://wikimediafoundation.org/wiki/Fundraising">donate</a>.</p>
<hr noshade="noshade" size="1px" width="80%" />
<div class="TechnicalStuff">
If you report this error to the Wikimedia System Administrators, please include the details below.<br/>
</div>
<div class="TechnicalStuff">
<bdo dir="ltr">
Request: GET http://en.wikipedia.org/wiki/Exquisite_corpse, from 76.105.197.54 via sq74.wikimedia.org (squid/2.7.STABLE7) to ()<br/>
Error: ERR_ACCESS_DENIED, errno [No Error] at Mon, 20 Dec 2010 00:41:46 GMT
</bdo>
</div>
</div>

</div>
<script>lines('9ea09f adb1af bdc3bf ccd4cf');</script>

</body>
</html>

1 change: 1 addition & 0 deletions tags/all
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
https://github.com/hmason/gitmarks,hmason/gitmarks - GitHub,d72d14654caac6ddbb26845f96160825
http://en.wikipedia.org/wiki/Exquisite_corpse,Wikimedia Error,3b6554583570c3b0e1abae5e3a929bd5

0 comments on commit da79f97

Please sign in to comment.