-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,250 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="Fasver Inc"> | ||
<meta name="description" content="Radars is a cutting-edge Discord bot that offers AI-powered Chats & moderation and customization options to enhance your server's functionality and user experience."> | ||
<meta name="keywords" content="Radars discord bot, Discord bot, AI-powered, free, Discord server, bot invite, AI bot, customizable bot, moderation bot, utility bot, versatile bot, fasver inc, discord community, discord server management, discord server enhancement, discord server tools, discord server utilities"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="Radars | A Versatile Moderation tool"> | ||
<meta property="og:description" content="A Versatile Moderation tool"> | ||
<meta property="og:image" content="https://anoxle.github.io/exco/logo2.png"> | ||
<meta property="og:url" content="https://anoxle.github.io/exco/invite"> | ||
<meta property="og:site_name" content="Anoxle.git/bots"> | ||
<title>Radars! | A Versatile Moderation Tool</title> | ||
<link rel="icon" type="image/png" href="https://anoxle.github.io/exco/logo2.png"> | ||
<meta name="twitter:title" content="Radars | A Versatile Moderation tool"> | ||
<meta name="twitter:description" content="A Versatile Moderation tool"> | ||
<meta name="twitter:image" content="https://anoxle.github.io/exco/logo2.png"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<style> | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
background-color: #2c2f3e; /* Darker background */ | ||
color: #fff; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.navbar { | ||
background-color: rgba(44, 47, 62, 0.9); /* Semi-transparent navbar */ | ||
width: 100%; | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
z-index: 1000; | ||
padding: 10px 0; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.2); | ||
} | ||
.navbar ul { | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
text-align: center; | ||
} | ||
.navbar ul li { | ||
display: inline-block; | ||
margin-right: 20px; | ||
} | ||
.navbar ul li a { | ||
color: #fff; | ||
text-decoration: none; | ||
font-size: 16px; | ||
transition: all 0.3s ease; | ||
} | ||
.navbar ul li a:hover { | ||
color: #7289da; /* Highlight color */ | ||
} | ||
.container { | ||
text-align: center; | ||
position: relative; | ||
margin-top: 60px; | ||
animation: scaleIn 0.5s ease; | ||
} | ||
.normalrecommendation { | ||
color: #ff0000; | ||
font-weight: bold; | ||
margin-bottom: 20px; | ||
padding: 10px; | ||
background-color: #444; /* Darker recommendation box */ | ||
border-radius: 5px; | ||
display: inline-block; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.blackbox { | ||
background-color: #444; /* Darker background */ | ||
border-radius: 8px; | ||
padding: 20px; | ||
max-width: 400px; | ||
margin: auto; | ||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); | ||
position: relative; | ||
animation: scaleIn 0.5s ease; | ||
} | ||
h1 { | ||
font-size: 24px; | ||
margin-bottom: 20px; | ||
color: #fff; | ||
font-weight: 500; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.icon { | ||
width: 100px; | ||
height: 100px; | ||
margin-bottom: 10px; | ||
border-radius: 50%; | ||
animation: rotateIn 0.5s ease; | ||
} | ||
.bold-text { | ||
font-weight: bold; | ||
margin-bottom: 10px; | ||
font-size: 18px; | ||
color: #fff; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
p { | ||
color: #b9bbbe; | ||
margin-bottom: 15px; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.button { | ||
background-color: #7289da; /* Discord blue */ | ||
color: #fff; | ||
border: none; | ||
padding: 15px 40px; | ||
margin: 10px; | ||
cursor: pointer; | ||
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; | ||
border-radius: 5px; | ||
display: inline-block; | ||
text-decoration: none; | ||
font-weight: bold; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.button:hover { | ||
background-color: #677bc4; /* Darker hover color */ | ||
} | ||
.button.disabled { | ||
opacity: 0.5; | ||
cursor: not-allowed; | ||
} | ||
.checkbox-container { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
margin-bottom: 20px; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.checkbox-container input[type="checkbox"] { | ||
appearance: none; | ||
-webkit-appearance: none; | ||
-moz-appearance: none; | ||
width: 20px; | ||
height: 20px; | ||
border: 2px solid #7289da; /* Discord blue */ | ||
border-radius: 4px; | ||
outline: none; | ||
cursor: pointer; | ||
margin-right: 10px; | ||
transition: background-color 0.3s ease; | ||
} | ||
.checkbox-container input[type="checkbox"]:checked { | ||
background-color: #7289da; /* Discord blue */ | ||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Zm0 18C9.24 18 7 15.76 7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 15.76 14.76 18 12 18Z'/%3E%3C/svg%3E"); | ||
background-size: 100% 100%; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
.checkbox-container label { | ||
color: #b9bbbe; | ||
cursor: pointer; | ||
font-size: 16px; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
.checkbox-container label a { | ||
color: #b9bbbe; | ||
text-decoration: underline; | ||
cursor: pointer; | ||
font-size: 16px; | ||
animation: fadeIn 0.5s ease; | ||
} | ||
@keyframes fadeIn { | ||
from { | ||
opacity: 0; | ||
} | ||
to { | ||
opacity: 1; | ||
} | ||
} | ||
@keyframes scaleIn { | ||
from { | ||
transform: scale(0.8); | ||
opacity: 0; | ||
} | ||
to { | ||
transform: scale(1); | ||
opacity: 1; | ||
} | ||
} | ||
@keyframes rotateIn { | ||
from { | ||
transform: rotate(-360deg); | ||
opacity: 0; | ||
} | ||
to { | ||
transform: rotate(0deg); | ||
opacity: 1; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<header class="navbar"> | ||
<nav> | ||
<ul> | ||
<li><a href="https://anoxle.github.io/exco/">Home</a></li> | ||
<li><a href="https://anoxle.github.io/exco/invite">Invite</a></li> | ||
<li><a href="https://anoxle.github.io/exco/privacy">Terms</a></li> | ||
<li><a href="https://anoxle.github.io/exco/privacy">Privacy</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<div class="container"> | ||
<div class="normalrecommendation">Normal is recommended</div> | ||
<div class="blackbox"> | ||
<img src="https://anoxle.github.io/exco/logo2.png" alt="Icon" class="icon"> | ||
<h1>Radars!</h1> | ||
<div class="bold-text">Choose Permissions</div> | ||
<div class="checkbox-container"> | ||
<input type="checkbox" id="agree-checkbox" name="agree-checkbox"> | ||
<label for="agree-checkbox">I agree to the <a href="https://anoxle.github.io/exco/rules" target="_blank">rules</a></label> | ||
</div> | ||
<a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=1734363595144951&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="normal-button">NORMAL</a> | ||
<a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=8&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="admin-button">ADMINISTRATOR</a> | ||
<p>Choose which permissions you would like to invite the Radars! with</p> | ||
</div> | ||
</div> | ||
<script> | ||
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { | ||
window.location.href = "https://anoxle.github.io/exco/mobileinvite.html"; | ||
} | ||
const normalButton = document.getElementById('normal-button'); | ||
const adminButton = document.getElementById('admin-button'); | ||
const agreeCheckbox = document.getElementById('agree-checkbox'); | ||
agreeCheckbox.addEventListener('change', () => { | ||
if (agreeCheckbox.checked) { | ||
normalButton.classList.remove('disabled'); | ||
adminButton.classList.remove('disabled'); | ||
} else { | ||
normalButton.classList.add('disabled'); | ||
adminButton.classList.add('disabled'); | ||
} | ||
}); | ||
</script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="author" content="Fasver Inc"><meta name="description" content="Radars is a cutting-edge Discord bot that offers AI-powered Chats & moderation and customization options to enhance your server's functionality and user experience."><meta name="keywords" content="Radars discord bot, Discord bot, AI-powered, free, Discord server, bot invite, AI bot, customizable bot, moderation bot, utility bot, versatile bot, fasver inc, discord community, discord server management, discord server enhancement, discord server tools, discord server utilities"><meta name="robots" content="index, follow"><meta property="og:title" content="Radars | A Versatile Moderation tool"><meta property="og:description" content="A Versatile Moderation tool"><meta property="og:image" content="https://anoxle.github.io/exco/logo2.png"><meta property="og:url" content="https://anoxle.github.io/exco/invite"><meta property="og:site_name" content="Anoxle.git/bots"><title>Radars! | Versatile Discord-Wide Tool </title><link rel="icon" type="image/png" href="https://anoxle.github.io/exco/logo2.png"><meta name="twitter:title" content="Radars | A Versatile Moderation tool"><meta name="twitter:description" content="A Versatile Moderation tool"><meta name="twitter:image" content="https://anoxle.github.io/exco/logo2.png"><meta name="twitter:card" content="summary_large_image"><style>body{margin:0;padding:0;font-family:Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#36393f;color:#dcddde;display:flex;justify-content:center;align-items:center;height:100vh;animation:fadeIn 0.5s ease}.navbar{background-color:#202225;width:100%;position:fixed;top:0;left:0;z-index:1000;padding:10px 0;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.navbar ul{list-style-type:none;margin:0;padding:0;text-align:center}.navbar ul li{display:inline-block;margin-right:20px}.navbar ul li a{color:#b9bbbe;text-decoration:none;font-size:16px;transition:all 0.3s ease}.navbar ul li a:hover{color:#7289da}.container{text-align:center;position:relative;margin-top:60px;animation:scaleIn 0.5s ease}.normalrecommendation{color:#ff0000;font-weight:bold;margin-bottom:20px;padding:10px;background-color:#36393f;border-radius:5px;display:inline-block;animation:fadeIn 0.5s ease}.blackbox{background-color:#202225;border-radius:8px;padding:20px;max-width:400px;margin:auto;box-shadow:0 0 20px rgba(0,0,0,0.3);position:relative;animation:scaleIn 0.5s ease}h1{font-size:24px;margin-bottom:20px;color:#fff;font-weight:500;animation:fadeIn 0.5s ease}.icon{width:100px;height:100px;margin-bottom:10px;border-radius:50%;animation:rotateIn 0.5s ease}.bold-text{font-weight:bold;margin-bottom:10px;font-size:18px;color:#dcddde;animation:fadeIn 0.5s ease}p{color:#72767d;margin-bottom:15px;animation:fadeIn 0.5s ease}.button{background-color:#7289da;color:#fff;border:none;padding:15px 40px;margin:10px;cursor:pointer;transition:background-color 0.3s ease,transform 0.3s ease,box-shadow 0.3s ease;border-radius:5px;display:inline-block;text-decoration:none;font-weight:bold;animation:fadeIn 0.5s ease}.button:hover{background-color:#677bc4}.button.disabled{opacity:0.5;cursor:not-allowed}.checkbox-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px;animation:fadeIn 0.5s ease}.checkbox-container input[type="checkbox"]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:2px solid #7289da;border-radius:4px;outline:none;cursor:pointer;margin-right:10px;transition:background-color 0.3s ease}.checkbox-container input[type="checkbox"]:checked{background-color:#7289da;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Zm0 18C9.24 18 7 15.76 7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 15.76 14.76 18 12 18Z'/%3E%3C/svg%3E");background-size:100% 100%;background-position:center;background-repeat:no-repeat}.checkbox-container label{color:#dcddde;cursor:pointer;font-size:16px;animation:fadeIn 0.5s ease}.checkbox-container label a{color:#7289da;text-decoration:underline;cursor:pointer;font-size:16px;animation:fadeIn 0.5s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rotateIn{from{transform:rotate(-360deg);opacity:0}to{transform:rotate(0deg);opacity:1}}</style></head><body><header class="navbar"><nav><ul><li><a href="https://anoxle.github.io/exco/">Home</a></li><li><a href="https://anoxle.github.io/exco/invite">Invite</a></li><li><a href="https://anoxle.github.io/exco/privacy">Terms</a></li><li><a href="https://anoxle.github.io/exco/privacy">Privacy</a></li></ul></nav></header><div class="container"><div class="normalrecommendation">Normal is recommended</div><div class="blackbox"><img src="https://anoxle.github.io/exco/logo2.png" alt="Icon" class="icon"><h1>Radars!</h1><div class="bold-text">Choose Permissions</div><div class="checkbox-container"><input type="checkbox" id="agree-checkbox" name="agree-checkbox"><label for="agree-checkbox">I agree to the <a href="https://anoxle.github.io/exco/rules" target="_blank">rules</a></label></div><a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=1734363595144951&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="normal-button">NORMAL</a><a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=8&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="admin-button">ADMINISTRATOR</a><p>Choose which permissions you would like to invite the Radars! with</p></div></div><script>if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){window.location.href="https://anoxle.github.io/exco/mobileinvite.html"}const normalButton=document.getElementById('normal-button');const adminButton=document.getElementById('admin-button');const agreeCheckbox=document.getElementById('agree-checkbox');agreeCheckbox.addEventListener('change',()=>{if(agreeCheckbox.checked){normalButton.classList.remove('disabled');adminButton.classList.remove('disabled')}else{normalButton.classList.add('disabled');adminButton.classList.add('disabled')}});</script></body></html> |