add image, update style 🔥
This commit is contained in:
parent
6735007016
commit
17c7400d3e
BIN
static/ZXSpectrum+2-grey.jpg
Normal file
BIN
static/ZXSpectrum+2-grey.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user