feat: added design for navbar and Background; edited DC-Handler; added roles for right calling; added check for highest role; added DC-Login page + Button
This commit is contained in:
13
loginform.php
Normal file
13
loginform.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// Start session
|
||||
session_start();
|
||||
?>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<div id="loginform">
|
||||
<a class="discord-button" href="https://discord.com/api/oauth2/authorize?client_id=1391359380879835146&redirect_uri=http%3A%2F%2Flocalhost%2Falphacar%2Fcallback.php&response_type=code&scope=identify%20guilds.members.read">
|
||||
<img src="https://cdn-icons-png.flaticon.com/512/2111/2111370.png" alt="Discord Logo">
|
||||
Login mit Discord
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user