-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchange.html
34 lines (29 loc) · 1.16 KB
/
change.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="change.css">
<link rel="icon" href="strawberry.jpg">
<title>密碼不要一直改好嗎</title>
<html lang="zh-TW">
<script src="change.js"></script>
</head>
<body>
<a href="https://wall.alphacoders.com/big.php?i=1132140" style="text-align:left; " target="_blank">圖源</a>
<div>
<h1>就用一個密碼很難嗎</h1>
<form method="post" action="change.php">
<span>Username: </span><input type="text" name="username" placeholder="username" required>
</br>
<span>Password: </span><input type="password" name="password" placeholder="password" id="original" required>
</br>
<span>Changed password:</span><input type="password" name="change" placeholder="password" id="change"
required>
</br>
<span>Check again:</span><input type="password" name="again" placeholder="again" id="again" required>
</br>
<button type="submit" style="border: 2; margin:2;color:purple" id="submit">Sign in</button>
</form>
</div>
</body>
</html>