-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 2.71 KB
/
index.html
File metadata and controls
57 lines (53 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>网园吃瓜网站</title>
<mate charset="utf-8">
<mate name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./css/bootstrap.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal">网园吃瓜网站</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">西瓜</a>
<a class="p-2 text-dark" href="#">南瓜</a>
<a class="p-2 text-dark" href="#">冬瓜</a>
<a class="p-2 text-dark" href="#">地瓜</a>
</nav>
<a class="btn btn-outline-primary" href="#">登录</a>
</div>
<br><br>
<div class="container">
<div class="row">
<div class="col-md-8">
<img src="./img/gua.jpg" style="width:100%;height:488px;border-radius:6px;box-shadow:1px 1px 5px 1px;">
<h1 style="position:absolute;color:white;bottom:48px;text-align:center;width:100%">大吉大利,晚上吃瓜!</h1>
</div>
<div class="col-md-4">
<form class="form-control">
<h1 class="h2 font-weight-normal" style="text-align:center; margin:32px;16px">瓜友登录</h1><br>
<label for="inputEmail" class="sr-only">用户名</label>
<input type="email" id="inputEmail" class="form-control" placeholder="用户名" required="" autofocus=""><br>
<label for="inputPassword" class="sr-only">密码</label>
<input type="password" id="inputPassword" class="form-control" placeholder="登录密码" required=""><br>
<div class="checkbox mb-3">
<label>
<input type="checkbox" value="remember-me"> 记住我
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">登录</button>
<br><br><hr>
<a href="#">找回密码</a> | <a href="#">注册</a><br><br>
</form>
</div>
</div>
</div>
<br><br><br><hr>
<header style="text-align:center">© 网园资讯工作室-编程部 2018</header>
<script src="./js/jquery.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="./js/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="./js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="./js/holder.min.js"></script>
</body>
</html>