mirror of https://github.com/1099438829/macUI.git
41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
<meta name="theme-color" content="#000000">
|
|
<link rel="shortcut icon" href="./img/favicon.ico">
|
|
<title>登录</title>
|
|
<link media="all" href="./css/login.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
<div class="layout-desktop">
|
|
<div class="content">
|
|
<div class="com-user">
|
|
<form class="box login-box" action="index.html">
|
|
<img src="./img/header/1539778103127.jpeg" alt="">
|
|
<input name="username" value="" type="text">
|
|
<input name="password" type="password">
|
|
<button class="login">
|
|
→
|
|
</button>
|
|
<div class="third">
|
|
<img src="./img/login/github.png"alt="">
|
|
<img src="./img/login/qq.png"alt="">
|
|
</div>
|
|
</form>
|
|
<button class="cancel">
|
|
<img src="./img/login/cancel.png"
|
|
alt="">
|
|
<span>
|
|
关闭
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |