added invite to web

This commit is contained in:
2024-04-14 13:31:55 +02:00
parent 2da56ba128
commit fd4d1b1ed7

23
web/index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://discord.com/oauth2/authorize?client_id=1216816348433219644" />
<title>acecore</title>
</head>
<style>
a {
color: #212121;
}
body {
background-color: black;
}
</style>
<body>
<p><a href="https://discord.com/oauth2/authorize?client_id=1216816348433219644">Redirect</a></p>
</body>
</html>