39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Eeeeeeeeeeeeeeeeeeeh.</title>
|
|
<link rel="stylesheet" href="aboutNetError.css" type="text/css" media="all" />
|
|
<!-- If the location of the favicon is changed here, the FAVICON_ERRORPAGE_URL symbol in
|
|
toolkit/components/places/src/nsFaviconService.h should be updated. -->
|
|
<link rel="icon" type="image/png" id="favicon" href="warning-16.png"/>
|
|
|
|
</head>
|
|
|
|
<body dir="&locale.dir;">
|
|
|
|
<!-- PAGE CONTAINER (for styling purposes only) -->
|
|
<div id="errorPageContainer">
|
|
|
|
<!-- Error Title -->
|
|
<div id="errorTitle">
|
|
<h1 id="errorTitleText">You broke the Internet.</h1>
|
|
</div>
|
|
|
|
<!-- LONG CONTENT (the section most likely to require scrolling) -->
|
|
<div id="errorLongContent">
|
|
|
|
<!-- Short Description -->
|
|
<div id="errorShortDesc">
|
|
<p id="errorShortDescText">This URL is too long. Seriously.</p>
|
|
</div>
|
|
|
|
<!-- Long Description (Note: See netError.dtd for used XHTML tags) -->
|
|
<div id="errorLongDesc">Go away. Right now. Please. I can't even... It's so...</div>
|
|
|
|
<!-- Retry Button -->
|
|
<button id="errorTryAgain" autocomplete="off" onclick="window.alert('You can\'t make me do this! Noooooo!');window.location.reload();">No, I'm not reloading this. Seriously.</button>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|