-
Notifications
You must be signed in to change notification settings - Fork 1
/
chguse.html
36 lines (28 loc) · 1.02 KB
/
chguse.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
35
36
<!DOCTYPE HTML>
<html>
<head>
<h1>Change Account Username</h1>
<style>
h1 {color:white; ;}
p {color: white;}
.kuk {
/* The image used */
background-image: url("Lock-Screen-Background-HD-Wallpaper-105.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;}
</style>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</head>
<body class="kuk">
<form method="post" action="chguse.php">
<input type="text" name="bchgp" placeholder="Enter New Username">
<input type="text" name="bchgcp" placeholder="Confirm Username">
<button type="submit">Click Me</button>
</form>
</body>
</html>