Add /arbiter redirect to Trinity Console for staff access
This commit is contained in:
18
arbiter.njk
Normal file
18
arbiter.njk
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: layouts/base.njk
|
||||
title: Arbiter Login
|
||||
permalink: /arbiter/
|
||||
---
|
||||
|
||||
<script>
|
||||
// Redirect to Arbiter/Trinity Console
|
||||
window.location.href = "https://discord-bot.firefrostgaming.com/auth/discord";
|
||||
</script>
|
||||
|
||||
<!-- Fallback for users with JavaScript disabled -->
|
||||
<div style="padding: 200px 40px; background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%); text-align: center; min-height: 60vh;">
|
||||
<div style="font-size: 5rem; margin-bottom: 30px;">⚡</div>
|
||||
<h1 style="font-size: 3rem; font-weight: 900; margin-bottom: 30px; color: #A855F7;">Redirecting to Arbiter...</h1>
|
||||
<p style="font-size: 1.3rem; color: #e8f4f8; margin-bottom: 40px;">If you're not redirected automatically, click the button below:</p>
|
||||
<a href="https://discord-bot.firefrostgaming.com/auth/discord" style="display: inline-block; background: linear-gradient(135deg, #A855F7 0%, #C77DFF 100%); color: white; padding: 20px 50px; text-decoration: none; border-radius: 12px; font-weight: 700; font-size: 1.3rem;">Access Arbiter</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user