diff options
Diffstat (limited to 'data/www/1.html')
-rw-r--r-- | data/www/1.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/www/1.html b/data/www/1.html index d708f5f..0d98d23 100644 --- a/data/www/1.html +++ b/data/www/1.html @@ -2,13 +2,13 @@ <meta charset=UTF-8> <link rel="stylesheet" type="text/css" href="css/main.css"> <style> -table, tr, td { border: 1px solid red; } +table, tr, td { border: 1px solid red; } iframe {background: white} </style> </head> <b><text style=font-size:25px>Nadzorna plošča</text> <!--<img align=right src=img.png alt=SLIKA width=300 height=170 />--> <br><i>Anton Luka Šijanec, 13. december 2019</i><br></b> <br> -<table height=89% width=100%> +<table height=89% width=80%> <tr> <td width=33%> zadnja zahteva na strežnik: @@ -60,6 +60,9 @@ zadnja zahteva na strežnik: <form action="/api/now" method="GET" target="zadnjaiframe"> <input type="submit" value="pridobi trenutni čas (UNIX časovni žig)" /> </form> +<form action="/api/tud" method="GET" target="zadnjaiframe"> +<input type="submit" value="vsili posodobitev časa" /> +</form> </td><td> <form action="/api/sap" method="GET" target="zadnjaiframe"> <input required type=text name=s placeholder="SSID"> |