DiscordEmbedder/static/index.html
Bingus_Violet a542a67e3b Yay
2024-01-07 02:23:18 -06:00

30 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Discord Embedder</title>
</head>
<body>
<h1>Discord Embedder</h1>
<hr>
<form action="./getUser">
<label for="discordid">Discord ID:</label>
<input id="discordid" type="text" name="discordid" placeholder="Your Discord ID">
<br>
<label for="serverselect">Server:</label>
<select id="serverselect" name="server">
<option>api.lanyard.rest</option>
</select>
<br><br>
<input type="submit">
</form>
<hr>
<h2>Usage</h2>
<p>To use Discord Embedder, first make sure you're in the corresponding Discord Server of one of our supported apis. Then, enable developer mode on discord, copy your ID, and paste it here! If you've set it all up correctly, you should be able to view your data!</p>
</body>
</html>