开发...

This commit is contained in:
kenneth
2023-11-29 09:46:09 +00:00
parent 6b8eafe5f5
commit d07d13151a
31 changed files with 920 additions and 665 deletions

View File

@@ -0,0 +1,9 @@
{{template "header" .}}
<div class="container">
<form id="form" enctype="multipart/form-data" action="/upload" method="POST">
<label for="avatar">请选择文件:</label><br>
<input type="file" id="file" name="file" /><br>
<button class="button" type="submit">提交</button>
</form>
</div>
{{template "footer" .}}