diff options
Diffstat (limited to '504.php')
| -rw-r--r-- | 504.php | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +<!doctype html> + +<html> +<head> + <meta charset="utf-8"> + <title>504 - Time out</title> + <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> + <link rel="stylesheet" href="/css/style.css"> +<?php require_once("static/noscript.html"); ?> +</head> +<body> +<?php require_once("static/header.php"); ?> + <div class='container'> + <div class='text-center'> + <div class='row'> + <h1>504. That's an error.</h1> + <br> + </div> + <div class='row'> + <p>Upps, the connection timed out. Try refreshing the page. This helps (in most cases).</p> + <p><br><strong><a href="#" style="color: black;" onclick=window.location.reload();>Click here!</a></strong></p> + </div> + </div> + </div> +<?php require_once("static/foot.php"); ?> |
