summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-04 23:59:03 +0300
committerYuval Adam <_@yuv.al>2021-10-04 23:59:03 +0300
commitb02c0f4821023699a008528ae4e5320da130e66e (patch)
treec134685883674ec6acc24dcc8e7774bbb41210f2
Initial commit
-rw-r--r--README.md1
-rw-r--r--index.html17
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>