summaryrefslogtreecommitdiff
path: root/index.html
blob: 4ad0eb0cfb9dba8cca9ad51438cbb4e44be7606a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Facebook Downtime | fbdowntime.com</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Facebook Downtime">
    <meta name="keywords" content="facebook, downtime, fbdowntime.com">
    <link rel="canonical" href="https://fbdowntime.com">
    <style>
        body {
            background-color: #3b5998;
            color: white;
            font-family: sans-serif;
            overflow: hidden;
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    </style>
</head>

<body>
    <h1>Facebook Downtime</h1>
</body>

</html>