mirror of
https://github.com/Bandit42/auth-site.git
synced 2026-01-16 23:04:23 -05:00
Update changepassword.php
Keep the <style> in the <head> and the <center> in the <body>
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<head>
|
||||
<meta name = "viewport" content = "width = device-width, initial-scale = 1, minimum-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Change Password</title>
|
||||
</head>
|
||||
<style>
|
||||
div.container {
|
||||
width: 90%;
|
||||
@@ -75,8 +74,9 @@ a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
<center>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<form action='post_changepassword.php' method='post' border='0'>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -119,6 +119,6 @@ a:active {
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user