aboutsummaryrefslogtreecommitdiff
path: root/_site/index.html
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 20:00:07 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 20:00:07 +0200
commitd2733aa17b7932dfb78e97639e7d568ac41b9ee1 (patch)
tree1e77dbe51e192c42f993e79e53532d3558d36bcb /_site/index.html
parent9f3bd84cb82a7f57a49701018a7fb43eb77c65aa (diff)
downloadunchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.tar.gz
unchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.tar.bz2
unchainedtech-d2733aa17b7932dfb78e97639e7d568ac41b9ee1.zip
Let's finally commit stuff!
Diffstat (limited to '_site/index.html')
-rw-r--r--_site/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/_site/index.html b/_site/index.html
new file mode 100644
index 0000000..68e3551
--- /dev/null
+++ b/_site/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Blogchain</title>
+ <style>
+
+ * {
+ font-family: sans-serif;
+ overflow: hidden;
+ }
+
+ html, body {
+ background: #ddd;
+ height: 100%;
+ width: 100%;
+ }
+
+ div {
+ display: flex;
+ text-align:center;
+ align-items: center;
+ justify-content: center;
+ height: 100%;
+ width: 100%;
+ }
+
+
+ </style>
+</head>
+<body>
+ <div>
+ <article>
+ <h1>No chain for you!</h1>
+ <p>We closed Blogchain while we tidy up things. It will be back soon!</p>
+ </article>
+ </div>
+</body>
+</html> \ No newline at end of file