This commit is contained in:
2023-09-14 12:03:17 +08:00
commit 10312f0ada
18 changed files with 5555 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="flykhan" />
<meta name="keywords" content="c c++ 物联网" />
<title>表单4</title>
<style>
body {
color: blue !important;
}
</style>
</head>
<body style="color: red">
<h3>上报数据</h3>
<form>
<input name="title" placeholder="请输入上报数据的名称" /><br />
<label>审核人</label>
<button>提交</button>
</form>
</body>
</html>