mirror of
https://github.com/arthur-pbty/LazyBot.git
synced 2026-06-03 23:36:37 +02:00
13 lines
200 B
HTML
13 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Connexion Discord</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bienvenue !</h1>
|
|
<a href="/auth/discord">
|
|
<button>Se connecter avec Discord</button>
|
|
</a>
|
|
</body>
|
|
</html>
|