diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-01 00:54:32 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-01 00:54:32 +0200 |
commit | 1d62401c897a5ba82d0def92d97d09195a6d676f (patch) | |
tree | d26f11765a4eee20ac4867d5b77794fcdcaac641 /_site/admin/offline | |
parent | 1f23d65f32e37d0c6d703951d6735c9926f8521c (diff) | |
download | unchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.tar.gz unchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.tar.bz2 unchainedtech-1d62401c897a5ba82d0def92d97d09195a6d676f.zip |
Fixed stuff + official logo
Diffstat (limited to '_site/admin/offline')
-rw-r--r-- | _site/admin/offline/index.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_site/admin/offline/index.php b/_site/admin/offline/index.php new file mode 100644 index 0000000..aa39eca --- /dev/null +++ b/_site/admin/offline/index.php @@ -0,0 +1,13 @@ +<?php $_TITLE = "Blogchain Administration"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> + +<div class="container" style="margin-top:30px;text-align: center;"> + <h2>Extensively and simply manage Blogchain</h2> + <p>View unpublished articles, get statistics, export data and more.</p> + + <p> + <a class="btn btn-primary" href="https://minteck.ro.lt/admin/blogchain">Login with Minteck Central Admin</a> + <a class="btn btn-primary" href="/admin/login">Login with GitHub</a> + </p> +</div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?>
\ No newline at end of file |