<!DOCTYPE HTML>
<html manifest="">

<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="format-detection" content="telephone=no">
    <meta http-equiv="Content-Security-Policy"
          content="default-src 'self' gap: http: https: data: 'unsafe-inline' 'unsafe-eval'">
    <meta name="apple-mobile-web-app-status-bar-style" content="default">
    <meta name="theme-color" content="#3153a4">


    <title>Footballguys: Error</title>

    <style>
        body, html {
            max-width: 100%;
        }
        body.notice {
            text-align: center;
            font-family: 'Noto Sans', Helvetica, Arial, Lucida, sans-serif;
            background: #3153a4;
            color: #ffffff;
        }
        body.notice #content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 90%;
            width: 500px;
        }
        body.notice #content p {
            text-align: center;
            margin: 20px auto;
            width: 500px;
            max-width: 90%;
        }
    </style>

</head>

<body class="notice">

<div id="content">

<h1>An Error Occurred...</h1>
<p class="error">There&#39;s nothing here</p>

</div>
</body>
</html>

