网络安全作业一
index.html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网络安全 C4 期课程</title>
<style>body{background: blue;}</style>
</head>
<body>
<a href="https://www.magedu.com" title="马哥教育">
<img src="https://www.magedu.com/kczx/images/an1.png" alt="" width="600" height="200">
</a>
<h3 style="color:white">登录页面</h3>
<hr>
<form style="color:white">
账号:<input type = "text" placeholder="请输入账号" value="admin" />
<br>
密码:<input type = "password" placeholder="请输入密码" />
</form>
</body>
</html>
评论