aboutsummaryrefslogtreecommitdiff
path: root/_site/admin/denied/index.php
diff options
context:
space:
mode:
Diffstat (limited to '_site/admin/denied/index.php')
-rw-r--r--_site/admin/denied/index.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/_site/admin/denied/index.php b/_site/admin/denied/index.php
index ec51020..2e33a01 100644
--- a/_site/admin/denied/index.php
+++ b/_site/admin/denied/index.php
@@ -1,10 +1,10 @@
-<?php $_TITLE = "Access is denied"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?>
-
-<div class="container" style="margin-top:30px;text-align: center;">
- <h1>Access is denied</h1>
- <h4 style="margin-bottom:20px;">This is a "staff only" page</h4>
- <p>You tried to access a page that is on UnchainedTech's Administrators Workplace, which you cannot get access to because your GitHub account is not registered as a UnchainedTech Administrator.</p>
- <p>You probably want to <a href="/" style="text-decoration: underline;">go back home</a>.</p>
-</div>
-
+<?php $_TITLE = "Access is denied"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?>
+
+<div class="container" style="margin-top:30px;text-align: center;">
+ <h1>Access is denied</h1>
+ <h4 style="margin-bottom:20px;">This is a "staff only" page</h4>
+ <p>You tried to access a page that is on UnchainedTech's Administrators Workplace, which you cannot get access to because your GitHub account is not registered as a UnchainedTech Administrator.</p>
+ <p>You probably want to <a href="/" style="text-decoration: underline;">go back home</a>.</p>
+</div>
+
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?> \ No newline at end of file