2 Star 0 Fork 0

Ciel / CertificationManagement

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
UserPreEntry.html 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>学员预录入证书</title>
<link href="css/UserPreEntry.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="container">
<div class="content">
<div class="insert">
<p>预录入证书</p>
<span>预录入编号:<input type="text"/></span><br/>
<a href="UserInfo.html"><button>确认</button></a>
</div>
</div>
</div>
</body>
<script src="js/jquery.js"></script>
<script>
$(function () {
$(".container").height($(window).height());
$(".insert input").val(" ");
})
</script>
</html>
1
https://gitee.com/CielWang/CertificationManagement.git
git@gitee.com:CielWang/CertificationManagement.git
CielWang
CertificationManagement
CertificationManagement
master

搜索帮助