diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index 093c6d4..6f6dbf2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,11 +5,22 @@ <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>Document</title> + <title>HERRSCHWARZIFY</title> + <link rel="stylesheet" href="https://unpkg.com/mvp.css"> </head> +<style> + form { + margin: auto; + text-align: center; + } +</style> <body> -<form method="post" enctype="multipart/form-data" action="{{ url_for('upload') }}"> - <input type="file" name="file"><input type="submit" value="HERRSCHWARZIFY"> -</form> +<div> + <form method="post" enctype="multipart/form-data" action="{{ url_for('upload') }}"> + <img style="width: 400px" src="{{ url_for('herrschwarz') }}" alt="Herr Schwarz"> + <input type="file" name="file"><input type="submit" value="HERRSCHWARZIFY"> + <p><a href="https://github.com/romangraef/herrschwarzify">GITHUB</a></p> + </form> +</div> </body> </html>
\ No newline at end of file |