init
This commit is contained in:
18
register/loginM.php
Executable file
18
register/loginM.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
html, input{
|
||||
font-size: 25px;
|
||||
background-color: rgb(30,30,30);
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="manage.php">
|
||||
<input type="text" name="username" value="username" />
|
||||
<input type="password" name="password" value="password" />
|
||||
<input type="submit" value="login" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user