25 lines
773 B
PHP
Executable file
25 lines
773 B
PHP
Executable file
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Account Management</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="/styles.css">
|
|
<style type="text/css">
|
|
<head>
|
|
<title>Account Management</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<style type="text/css">
|
|
textarea { display: block; width: 100%; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form action="accounts.php" method="post">
|
|
<div>
|
|
Update Password <input type="password" name="password" id="password"/><br>
|
|
</div>
|
|
<div><input type="submit" value="Submit"/></div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|