added invite to web
This commit is contained in:
23
web/index.html
Normal file
23
web/index.html
Normal 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>
|
Reference in New Issue
Block a user