|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Embedder</title> |
7 | | - <link rel="stylesheet" href="/css/base.css"> |
8 | | - <link rel="stylesheet" href="/css/index.css"> |
9 | | - <link rel="stylesheet" href="/css/login.css"> |
10 | | - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
11 | | - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
12 | | - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
13 | | - <link rel="manifest" href="/site.webmanifest"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title>Embedder</title> |
| 7 | + <link rel="stylesheet" href="/css/base.css" /> |
| 8 | + <link rel="stylesheet" href="/css/index.css" /> |
| 9 | + <link rel="stylesheet" href="/css/login.css" /> |
| 10 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> |
| 11 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 12 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
| 13 | + <link rel="manifest" href="/site.webmanifest" /> |
14 | 14 | </head> |
15 | | - <body> |
16 | | - <section class="prompt"> |
17 | | - <h3>Embedder</h3> |
18 | | - <h1>Add User</h1> |
19 | | - <form action="/adduser" method="post"> |
20 | | - <section> |
21 | | - <label for="username">Username</label> |
22 | | - <input id="username" name="username" type="text" autocomplete="username" required autofocus> |
23 | | - </section> |
24 | | - <section> |
25 | | - <label for="current-password">Password</label> |
26 | | - <input id="current-password" name="password" type="password" autocomplete="current-password" required> |
27 | | - </section> |
28 | | - <button type="submit">Add User</button> |
29 | | - </form> |
30 | | - <hr> |
31 | | - </section> |
32 | | - <footer class="info"> |
33 | | - <p><a href="https://l.nekomimi.pet/project">Created by Wavering Ana</a></p> |
34 | | - <p><a href="https://github.com/WaveringAna/Embedder">Github</a></p> |
35 | | - </footer> |
36 | | - </body> |
| 15 | + <body> |
| 16 | + <section class="prompt"> |
| 17 | + <h3>Embedder</h3> |
| 18 | + <h1>Add User</h1> |
| 19 | + <form action="/adduser" method="post"> |
| 20 | + <section> |
| 21 | + <label for="username">Username</label> |
| 22 | + <input |
| 23 | + id="username" |
| 24 | + name="username" |
| 25 | + type="text" |
| 26 | + autocomplete="username" |
| 27 | + required |
| 28 | + autofocus |
| 29 | + /> |
| 30 | + </section> |
| 31 | + <section> |
| 32 | + <label for="current-password">Password</label> |
| 33 | + <input |
| 34 | + id="current-password" |
| 35 | + name="password" |
| 36 | + type="password" |
| 37 | + autocomplete="current-password" |
| 38 | + required |
| 39 | + /> |
| 40 | + </section> |
| 41 | + <button type="submit">Add User</button> |
| 42 | + </form> |
| 43 | + <hr /> |
| 44 | + </section> |
| 45 | + <footer class="info"> |
| 46 | + <p> |
| 47 | + <a href="https://l.nekomimi.pet/project">Created by Wavering Ana</a> |
| 48 | + </p> |
| 49 | + <p><a href="https://github.com/WaveringAna/Embedder">Github</a></p> |
| 50 | + </footer> |
| 51 | + </body> |
37 | 52 | </html> |
0 commit comments