UNPKG

yunpan

Version:

yunpan demo

19 lines (17 loc) 672 B
doctype html head title 云盘系统 meta(http-equiv="Content-Type" content="text/html; charset=utf-8") meta(name="viewport" id="viewport" content="width=320, initial-scale=0.5, maximum-scale=0.5") link(rel="stylesheet", href="css/login.css") body div.login div.container div.title 账号密码登录 div.login-main input#username(type="text" name="username" autocomplete="off" placeholder="请输入账号") input#psd(type="password" name="psd" placeholder="请输入密码") div#submitBtn.submit-btn 登录 script(type="text/javascript" src="js/comm/jquery.js") script(type="text/javascript" src="js/login.js")