1 Star 0 Fork 0

HongKong / PVE-VDI-Gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
login.html 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
DJHongKong 提交于 2021-06-23 14:09 . Add files via upload
<!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>云桌面</title>
<style>
@font-face
{
font-family: simhei;
src: url('font/simhei.ttf'),
}
body {
font-family: simhei;
background: #00a4f0;
}
div {
width: 400px;
height: 340px;
margin: 6% auto;
padding-top: 40px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 25px;
}
table{
margin: 0 auto;
}
h1 {
text-align: center;
color: #003e5b;
}
h2{
margin-top: 10%;
text-align: center;
}
tr{
width: 64px;
}
td{
height: 40px;
font-size: 20px;
text-align: center;
color: #003e5b;
}
#loginbtn {
width: 210px;
height: 40px;
margin-top: 40px;
font-size: 20px;
color: #003e5b;
border: rgba(0, 62, 91, 0.8);
border-radius: 15px;
background-color: rgba(0, 62, 91, 0.3);
}
.input {
border-radius: 5px;
}
</style>
</head>
<body>
<h2>云桌面</h2>
<div>
<form action="login.php" method="post">
<table>
<tr>
<td colspan="2">
<h1>登录</h1>
</td>
</tr>
<tr>
<td>用户名:</td>
<td>
<input type="text" name="username" id="username" class="input">
</td>
</tr>
<tr>
<td>密码:</td>
<td>
<input type="password" name="password" id="password" class="input">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="登录" id="loginbtn">
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
PHP
1
https://gitee.com/DJHongKong/PVE-VDI-Gateway.git
git@gitee.com:DJHongKong/PVE-VDI-Gateway.git
DJHongKong
PVE-VDI-Gateway
PVE-VDI-Gateway
main

搜索帮助