blob: d6e66023ae82659695d55ed92689949092ea5202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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;
}
</style>
</head>
<body>
<h1>Facebook Downtime</h1>
</body>
</html>
|