Skip to content

Commit

Permalink
hzuapps#26 HTML开发实验代码
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglingwen committed Sep 20, 2017
1 parent 13c02df commit e3028ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 1516090218/516090218.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<title>1516090218</title>
<link href="19.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="login">
<form>
<p>用户: <input type="text" class="text"></p>
<p>密码: <input type="text" class="text"></p>
<p><input type="button" class="btn" value="登录"> <input type="button" class="btn" value="注册"> <a href="#">忘记秘密</a></p>
</form>
<img src="baall.jpg" class="pic2">
</div>

0 comments on commit e3028ef

Please sign in to comment.