mirror of https://github.com/FOME-Tech/fome-fw.git
20 lines
509 B
HTML
20 lines
509 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>Welcome to FOME!</h1>
|
|
<p>This is a test page.</p>
|
|
|
|
<!-- <form id="uploadForm">
|
|
<input type="file" name="fileInput" id="fileInput">
|
|
<button type="submit">Upload</button>
|
|
</form> -->
|
|
|
|
<form id="uploadbanner" enctype="multipart/form-data" method="post" action="#">
|
|
<!-- <form id="uploadbanner" enctype="text/plain" method="post" action="#"> -->
|
|
<input id="fileupload" name="myfile" type="file" />
|
|
<input type="submit" value="submit" id="submit" />
|
|
</form>
|
|
|
|
</body>
|
|
</html> |