add image, update style 🔥

This commit is contained in:
bretello 2024-06-14 19:17:23 +02:00
parent 6735007016
commit 17c7400d3e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -2,9 +2,19 @@
<head> <head>
<title>{{ title }}</title> <title>{{ title }}</title>
</head> </head>
<img src="static/ZXSpectrum+2-grey.jpg" alt="logo" style="align:center" />
<form action="/upload" method="POST" enctype="multipart/form-data"> <body>
<div style="margin: 0 auto; margin-top: 30%; width:300px">
<form
action="/upload"
method="POST"
enctype="multipart/form-data"
>
<input type="file" name="file" /> <input type="file" name="file" />
<button type="submit">Upload</button> <button type="submit">Upload</button>
</form> </form>
</div>
</body>
</p>
</html> </html>