-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathacctset.html
More file actions
29 lines (24 loc) · 863 Bytes
/
acctset.html
File metadata and controls
29 lines (24 loc) · 863 Bytes
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
<html>
<head>
<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>
<h1>Account Settings</h1>
</head>
<body class="kuk">
<button onclick="location.href= 'chgpas.html'">Change Account Password</button>
<button onclick="location.href= 'chguse.html'">Change Account Username</button>
</body>
</html>