GitHub.com
tcp/80
Open service 2606:50c0:8001::153:80 ยท zenitsu.rohan.host
2026-02-07 11:47
HTTP/1.1 200 OK
Connection: close
Content-Length: 3328
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Sat, 18 Oct 2025 14:41:40 GMT
Access-Control-Allow-Origin: *
ETag: "68f3a724-d00"
expires: Sat, 07 Feb 2026 11:57:51 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 20D2:1B041F:9C427B:A89A86:69872667
Accept-Ranges: bytes
Date: Sat, 07 Feb 2026 11:47:51 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-lga21973-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1770464872.773512,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: c1fa0dffb961a2cf9ec8a2642c5918cd179920a4
Page title: ZenitsuBot - Discord Bot Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZenitsuBot - Discord Bot Dashboard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<h1>โก ZenitsuBot</h1>
</div>
<nav>
<a href="index.html">Home</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<span id="auth-status" class="btn btn-secondary">Login Coming Soon</span>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1>Welcome to ZenitsuBot</h1>
<p>Your all-in-one Discord bot for anime, games, economy, and more!</p>
<div class="cta-buttons">
<a href="https://discord.com/oauth2/authorize?client_id=766218598913146901&permissions=8&scope=bot%20applications.commands"
class="btn btn-primary" target="_blank">
Add to Server
</a>
<a href="https://discord.gg/h2y7FnH4bp" class="btn btn-secondary" target="_blank">
Support Server
</a>
</div>
</div>
</section>
<section class="features">
<div class="container">
<h2>Features</h2>
<div class="feature-grid">
<div class="feature-card">
<div class="icon">๐</div>
<h3>Anime Commands</h3>
<p>Search anime, get character info, track airing schedules, and set alerts</p>
</div>
<div class="feature-card">
<div class="icon">๐ฎ</div>
<h3>Gaming</h3>
<p>CS:GO stats, Steam profiles, Faceit tracking, and free game alerts</p>
</div>
<div class="feature-card">
<div class="icon">๐ฐ</div>
<h3>Economy System</h3>
<p>Daily rewards, work, rob, gift, shop, and compete on leaderboards</p>
</div>
<div class="feature-card">
<div class="icon">๐ฒ</div>
<h3>Fun & Games</h3>
<p>Blackjack, slots, dice, coinflip, memes, and interactive commands</p>
</div>
<div class="feature-card">
<div class="icon">๐ต</div>
<h3>Music Player</h3>
<p>Play music from YouTube, Spotify, SoundCloud with queue management</p>
</div>
<div class="feature-card">
<div class="icon">๐ก๏ธ</div>
<h3>Moderation</h3>
<p>Kick, ban, mute, purge messages, and manage your server</p>
</div>
</div>
</div>
</section>
<section id="dashboard-section" class="dashboard" style="display: none;">
<div class="container">
<h2>Your Dashboard</h2>
<div id="user-info"></div>
<div id="economy-info"></div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2025 ZenitsuBot. All rights reserved.</p>
<div class="footer-links">
<a href="terms.html">Terms of Service</a>
<a href="privacy.html">Privacy Policy</a>
<a href="https://discord.gg/h2y7FnH4bp" target="_blank">Support</a>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>