diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | index.html | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..854bc88 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# fbdowntime.com diff --git a/index.html b/index.html new file mode 100644 index 0000000..8c6e6f6 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!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"> +</head> + +<body> + <h1>Facebook Downtime</h1> +</body> + +</html> |
