1 Star 5 Fork 1

cold/信息管理系统前端界面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
info.html 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
cold 提交于 2022-03-31 13:12 +08:00 . [change]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="info.css">
</head>
<body>
<div class="nav">
<div >
<div class="header"><b>feeling-cold's firstweb</b></div>
</div>
<div class="login">
<a href="login.html" id="login">login</a>
</div>
<div >
<a href="index.html" id="workspace">workspace</a>
</div>
<div>
<a href="#" id="info">info</a>
</div>
</div>
<div class="container">
<div class="info">
<div >
<input type="text" placeholder="&nbsp;&nbsp; account" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; password" class="input" >
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; name" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; age" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; email" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; habit" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; blog-url" class="input">
</div>
<div >
<input type="text" placeholder="&nbsp;&nbsp; location" class="input">
</div>
.
</div>
<div class="button">
<a href="login.html" class="a">
<div class="box">
<img src="image/sure.png" alt="" class="img" height="100px">
<div><b>yes</b></div>
</div>
</a>
<a href="" class="a">
<div class="box">
<img src="image/change.png" alt="" class="img" height="100px">
<div><b>refresh</b></div>
</div>
</a>
</div >
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/feeling-cool/javaweb-grade-system.git
[email protected]:feeling-cool/javaweb-grade-system.git
feeling-cool
javaweb-grade-system
信息管理系统前端界面
master

搜索帮助