summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/templates/index.html b/templates/index.html
index 6f6dbf2..52ce28e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,26 +1,26 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
-<head>
- <meta charset="UTF-8">
- <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>HERRSCHWARZIFY</title>
- <link rel="stylesheet" href="https://unpkg.com/mvp.css">
-</head>
-<style>
- form {
- margin: auto;
- text-align: center;
- }
-</style>
-<body>
-<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
+ <head>
+ <meta charset="UTF-8">
+ <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>HERRSCHWARZIFY</title>
+ <link rel="stylesheet" href="https://unpkg.com/mvp.css">
+ <style>
+ form {
+ margin: auto;
+ text-align: center;
+ }
+ </style>
+ </head>
+ <body>
+ <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>