„index.html“ ändern

master
Erik 2020-01-13 09:05:39 +01:00
parent 3b8bcfb9bd
commit ad66f64039
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
<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" />
<input type="submit" value="Log in" /> <input type="submit" value="Log in" />
<input type="submit" value="Sign Up" /> </form>
<form action="./content/signup.php" method="post">
<input type="submit" value="Sign Up"/>
</form> </form>
</body> </body>
</html> </html>