前端
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user