forgotten doctype tag added, autocomplete off
This commit is contained in:
parent
0ca39da032
commit
2f7a031eca
@ -1,3 +1,5 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$raw_json_config = file_get_contents("data/config.json");
|
$raw_json_config = file_get_contents("data/config.json");
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$raw_json_config = file_get_contents("data/config.json");
|
$raw_json_config = file_get_contents("data/config.json");
|
||||||
|
|||||||
@ -121,7 +121,7 @@ $config_data = json_decode($raw_json_config, false);
|
|||||||
<button onclick="onReloadClicked()" id="but-reload">aktualisieren</button>
|
<button onclick="onReloadClicked()" id="but-reload">aktualisieren</button>
|
||||||
<br>
|
<br>
|
||||||
<div class="word_input_area">
|
<div class="word_input_area">
|
||||||
<input type="text" name="submitted" id="wordinput" placeholder="Nächstes Wort"> <button id="sendbut" class="send_button" onclick="sendWord()">
|
<input type="text" name="submitted" id="wordinput" placeholder="Nächstes Wort" autocomplete="off"> <button id="sendbut" class="send_button" onclick="sendWord()">
|
||||||
<?php
|
<?php
|
||||||
print(isset($config_data->send_logo) ? ("<img src='data/".$config_data->send_logo."' width='64'>") : "<i class='far fa-paper-plane'></i>");
|
print(isset($config_data->send_logo) ? ("<img src='data/".$config_data->send_logo."' width='64'>") : "<i class='far fa-paper-plane'></i>");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user