DiscordEmbedder/static/index.html

30 lines
1 KiB
HTML
Raw Normal View History

2023-12-18 13:01:53 -06:00
<!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>
2024-01-07 02:23:18 -06:00
<hr>
2023-12-18 13:01:53 -06:00
<form action="./getUser">
2024-01-07 02:23:18 -06:00
<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">
2023-12-18 13:01:53 -06:00
</form>
2024-01-07 02:23:18 -06:00
<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>
2023-12-18 13:01:53 -06:00
</body>
</html>