13 lines
487 B
PHP
13 lines
487 B
PHP
<?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>
|