24 lines
807 B
HTML
24 lines
807 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
|
|
<title>登录</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap"
|
|
rel="stylesheet">
|
|
<link rel="stylesheet" href="css/mdb.min.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
|
|
</div>
|
|
|
|
|
|
<script type="text/javascript" src="js/mdb.min.js"></script>
|
|
</body>
|
|
</html>
|