„index.html“ ändern
parent
3b8bcfb9bd
commit
ad66f64039
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue