index.php edited online with Bitbucket
This commit is contained in:
parent
8d827339a3
commit
1586b0fc64
1 changed files with 4 additions and 4 deletions
|
@ -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>';
|
||||
|
||||
|
|
Reference in a new issue