„index.html“ ändern

master
flambus 2020-02-17 08:10:03 +01:00
parent b403c67a5b
commit 22618a0a05
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<form action="./content/login.php" method="post"> <form action="./content/login.php" method="post">
<input type="text" name="name" maxlength="20" placeholder="Username" /> <input type="text" name="name" maxlength="20" placeholder="Username" />
<input type="password" name="password" maxlength="256" placeholder="Password" /> <input type="password" name="password" maxlength="256" placeholder="Password" />
<p></p>
<input type="submit" value="Log in"/> <input type="submit" value="Log in"/>
</form> </form>
<p></p> <p></p>