mirror of
https://git.sr.ht/~coasteen/webui
synced 2025-11-04 11:37:34 +01:00
fix index.html
This commit is contained in:
parent
f32ce5e4b1
commit
31a8a77f60
1 changed files with 53 additions and 53 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>File Transfer</title>
|
<title>File Transfer</title>
|
||||||
|
|
@ -39,8 +39,8 @@
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Upload Files</h1>
|
<h1>Upload Files</h1>
|
||||||
<form id="upload-form" action="/upload" method="post" enctype="multipart/form-data">
|
<form id="upload-form" action="/upload" method="post" enctype="multipart/form-data">
|
||||||
<input type="file" name="files" multiple required>
|
<input type="file" name="files" multiple required>
|
||||||
|
|
@ -53,5 +53,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Reference in a new issue