„index.html“ ändern

master
Erik 2020-01-13 09:06:34 +01:00
parent ad66f64039
commit 087f17a856
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<input type="password" name="password" maxlength="256" placeholder="Password" /> <input type="password" name="password" maxlength="256" placeholder="Password" />
<input type="submit" value="Log in" /> <input type="submit" value="Log in" />
</form> </form>
<form action="./content/signup.php" method="post"> <form action="./content/signup.php">
<input type="submit" value="Sign Up"/> <input type="submit" value="Sign Up"/>
</form> </form>
</body> </body>