4
1
Fork 0

index.php edited online with Bitbucket

This commit is contained in:
Marc Kemper 2017-05-07 19:36:03 +00:00
parent 8d827339a3
commit 1586b0fc64

View file

@ -204,14 +204,14 @@ while($row = $result->fetch_assoc()){
return;
}
?>
}
<?php
echo '<div class="loginform">' .
'<form action="/logout.php" method="post">' .
'<input type="submit" value="Logout">' .
'</form>' .
"<style> .key_login{ background: rgba(72, 121, 44, 0.7);
}
"<style> .key_login background: rgba(72, 121, 44, 0.7);
</style>".
'</div>';
@ -225,7 +225,7 @@ while($row = $result->fetch_assoc()){
echo '<div class="loginform_login">' .
'<form action="/insert.php" method="post">' .
'<input type="url" pattern="https?://.+" required placeholder="Link" name="url"><br>' .
'<input type="submit" value="Hinzufügen">' .
'<input type="submit" value="Hinzuf<EFBFBD>gen">' .
'</form>' .
'</div>';