This commit is contained in:
Bingus_Violet 2024-01-07 02:23:18 -06:00
parent 73d4d1511e
commit a542a67e3b
4 changed files with 52 additions and 12 deletions

View file

@ -11,11 +11,20 @@
</head>
<body>
<h1>Discord Embedder</h1>
<hr>
<form action="./getUser">
<input type="text" name="discordid" placeholder="Your Discord ID">
<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>
<p>You can get your Discord ID by:</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aspernatur odio dolores reiciendis recusandae ad explicabo repellendus possimus dignissimos quam quo necessitatibus error excepturi cumque sapiente quos, autem obcaecati quidem enim.</p>
<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>