Basically works :D
This commit is contained in:
parent
8568dbcc2d
commit
e574f3b4b5
8 changed files with 1462 additions and 0 deletions
21
static/index.html
Normal file
21
static/index.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!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>
|
||||
<form action="./getUser">
|
||||
<input type="text" name="discordid" placeholder="Your Discord ID">
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue