add css style
This commit is contained in:
parent
66bad99a4e
commit
c947c33866
15
static/style.css
Normal file
15
static/style.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.form {
|
||||
margin: 0 auto;
|
||||
margin-top: 10%;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
thead {
|
||||
}
|
||||
|
||||
tbody {
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 15px;
|
||||
}
|
|
@ -1,16 +1,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css">
|
||||
|
||||
</head>
|
||||
<img src="static/ZXSpectrum+2-grey.jpg" alt="logo" style="align:center" />
|
||||
|
||||
<body>
|
||||
<div style="margin: 0 auto; margin-top: 30%; width:300px">
|
||||
<div id="form">
|
||||
<form
|
||||
action="/upload"
|
||||
method="POST"
|
||||
enctype="multipart/form-data"
|
||||
>
|
||||
enctype="multipart/form-data">
|
||||
<input type="file" name="file" />
|
||||
<button type="submit">Upload</button>
|
||||
</form>
|
||||
|
@ -18,7 +19,7 @@
|
|||
|
||||
<div>
|
||||
<p> Cassette:</p>
|
||||
<table border="1">
|
||||
<table border="1" id="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nome</th>
|
||||
|
|
Loading…
Reference in New Issue
Block a user