„content/login.html“ ändern

master
Erik 2020-02-18 16:36:40 +01:00
parent 97349279db
commit 232e120445
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<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> <p></p>
<a href="./content/homepage.html"> <button> Log in </button> </a> <a href="./homepage.html"> <button> Log in </button> </a>
</form> </form>
<p></p> <p></p>
</div> </div>