Move HTML to own file instead of inline with the code
This commit is contained in:
14
templates/index.html
Normal file
14
templates/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>discord-nice-embed</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/docs">Swagger UI - API documentation</a>
|
||||
<a href="/redoc">ReDoc - Alternative API documentation</a>
|
||||
<form action="/uploadfiles/" enctype="multipart/form-data" method="post">
|
||||
<input name="file" type="file" />
|
||||
<input type="submit" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user