-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path5_Findpassword.html
More file actions
61 lines (53 loc) · 1.87 KB
/
Copy path5_Findpassword.html
File metadata and controls
61 lines (53 loc) · 1.87 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
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>FindPassword_output</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<style>
footer{
font-size: 80%;
background-color: #e6eaaa;
text-align: right;
margin: auto;
padding: 5px;
position: relative;
height: 25px;
}
h2{
text-align :center;
font-weight: bold;
}
h3{
text-align: center;
}
.btn{
background-color: #ff8868;
width:10%;
font-size: 18px;
font-weight: bold;
height:auto;
text-align:center;
}
</style>
</head>
<body>
<span style="line-height: 200px"><br></span>
<h3><em style="font-weight: bold">201433298</em>님의<br>
이메일 <span style="font-weight: bold; color: purple">ldxxxxxx@naver.com</span>으로<br>
비밀번호가 전송되었습니다.</h3>
<span style="line-height: 200px"><br></span>
<div class="container" align="center">
<hide href="http://localhost:63342/da_capo/%EB%B9%84%EB%B0%80%EB%B2%88%ED%98%B8%EC%B0%BE%EA%B8%B0_4.html"></hide>
<button type="button" class="btn btn-danger"><a href="JavaScript:close()" style="color: white">확인</a></button>
</div>
<span style="line-height: 90px"><br></span>
<footer id="footer">
<div class="pull-left" > 가천대학교 산업경영공학과</div>
<div class="pull-right">Copyright (c) da_capo </div>
</footer>
</body>
</html>