登录页面.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>登录界面无密码</title>
<link rel="stylesheet" href="155.css">
</head>
<body>
<div class="container">
<h1>Welcome</h1>
<div class="form">
<input type="text" placeholder="您的账号">
<input type="password" placeholder="您的密码">
<button class="btn-login" onclick="myfun()">登录</button>
</div>
</div>
<script>
function myfun()
{
window.location.href= '../html/home.html';
}
</script>
</body>
</html>
<script src="155.js"></script>

浙公网安备 33010602011771号