Skip to content

Instantly share code, notes, and snippets.

@gwilym
Created February 6, 2013 02:12
Show Gist options
  • Select an option

  • Save gwilym/4719650 to your computer and use it in GitHub Desktop.

Select an option

Save gwilym/4719650 to your computer and use it in GitHub Desktop.
Source of the rockpapershotgun 503 page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rock, Paper, Shotgun: Error! 503 Service Unavailable </title>
<script src="http://error.rockpapershotgun.com/interpreter/jquery.min.js" defer></script>
<script src="http://error.rockpapershotgun.com/interpreter/parchment.min.js" defer></script>
<link rel="stylesheet" type="text/css" href="http://error.rockpapershotgun.com/interpreter/parchment.css">
<meta name="viewport" content="width=device-width,user-scalable=no">
<script>
parchment_options = {
default_story: [ 'http://error.rockpapershotgun.com/503 - Service Unavailable.zblorb', 'http://error.rockpapershotgun.com/interpreter/503 - Service Unavailable.zblorb.js' ],
lib_path: 'http://error.rockpapershotgun.com/interpreter/',
lock_story: 1,
page_title: 0
};
</script>
</head> <body>
<div id="about"> <h1>Parchment</h1>
<p>is an interpreter for Interactive Fiction </p>
<noscript><p>RPS (and Parchment) requires Javascript for this page to function. Please enable it in your browser.</p></noscript>
</div> <div id="parchment"></div>
<div class = "links" style="margin-top:100px;border-top:1px solid black;">
<div class = "smalltitle">Links / Information:</div>
<ul>
<li>We'll be back as soon as we can.</li>
<!--<li>Scheduled Maintainance! We'll be back soon.</li>-->
<li><a href="http://www.rockpapershotgun.com">Try the Site Again</a></li>
<li>Error page powered by: <a href='http://parchment.googlecode.com'>Parchment</a></li>
<li>Some numbers decipherable only by Horace: 375544276, 503 </li><!--XID,HTTP Status-->
</ul> </div>
</body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment