docker-apps/www-sthome/data/appdata/www/index.html
2025-04-03 22:57:52 +02:00

18 lines
604 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="copyright" content="Copyright © 2022-2030. CZ All Rights Reserved ">
<title>STHOME Upload Server</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<h1 class="heading1">Welcome to sthome site</h1>
</head>
<main>
<form action="./upload.php" method="post" enctype="multipart/form-data">
Select file to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload" name="submit">
</form>
</main>
</html>