Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<main id="content">
    <article>
        <header id="post-header">
            <h3>404 Error - Page Not Found</h3>
            <div>
            
            </div>
        </header>
      <p>(good)</p>
        <p class="message"></p>
        <style>
            .message::after {
                content: "The page you are looking for doesn't exist on this website. Were you typing gibberish into the address bar again?";
                white-space: pre-wrap;
            }
            @media (min-width: 425px) {
                .message::after {
                    content: "The page you are looking for doesn't exist on this website.\AWere you typing gibberish into the address bar again?";
                }
            }
        </style>
      
            <p>(long)</p>
          <p>The page you are looking for doesn't exist on this website. Were you typing gibberish into the address bar again?</p>
      
            <p>(forced)</p>
          <p>The page you are looking for doesn't exist on this website.<br>Were you typing gibberish into the address bar again?</p>
      <p>(forced)</p>
          <p>The page you are looking for doesn't exist on this website.<br><br>Were you typing gibberish into the address bar again?</p>
      
      
            <a href="/">
            Return to the home page
            </a>
        </p>
    </article>
        </main>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers