wiby/html/accounts/guardian.html.php

26 lines
773 B
PHP
Raw Normal View History

2022-07-08 03:48:28 +00:00
<!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&nbsp; <input type="password" name="password" id="password"/><br>
</div>
<div><input type="submit" value="Submit"/></div>
</form>
</body>
</html>