This commit is contained in:
iceyrazor
2025-02-11 19:11:49 -06:00
commit d35dea6fce
67 changed files with 3888 additions and 0 deletions

18
register/loginM.php Executable file
View 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>