Format code

This commit is contained in:
2022-08-02 14:57:43 +02:00
parent 4dbdd59d8d
commit da5ece0b1c
8 changed files with 325 additions and 322 deletions

View File

@ -1,21 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<title>discord-nice-embed</title>
<meta content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="static/style.css" />
</head>
<body>
<h1>discord-nice-embed</h1>
<a href="/docs">Swagger UI - API documentation</a>
<br />
<a href="/redoc">ReDoc - Alternative API documentation</a>
<br />
<br />
<form action="/uploadfiles/" enctype="multipart/form-data" method="post">
<input name="file" type="file" />
<input type="submit" value="Upload file" />
</form>
</body>
<meta content="text/html; charset=utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="static/style.css" rel="stylesheet"/>
</head>
<body>
<h1>discord-nice-embed</h1>
<a href="/docs">Swagger UI - API documentation</a>
<br/>
<a href="/redoc">ReDoc - Alternative API documentation</a>
<br/>
<br/>
<form action="/uploadfiles/" enctype="multipart/form-data" method="post">
<input name="file" type="file"/>
<input type="submit" value="Upload file"/>
</form>
</body>
</html>