| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/kos-hitac/ |
Upload File : |
<!DOCTYPE html> <!------------------------------- Project: Kos-Hitac Version: 2019-01-12 Author : M. Kukic --------------------------------> <html> <head> <link rel='shortcut icon' type='image/png' href='img/favicon.png'/> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Kos-Hitac</title> </head> <body> <div style="width: 520px"; align="center"> <h1>Kos-Hitac</h1> <p>Kalkulator leta zrna u bezvazdusnom prostoru<p> <img src="img/putanja.gif" height="" width=""> <br><br> <form action="kos-hitac.php"> P.brzina [m/s] (5-400): <input type="text" name="v0" value="400"> <br><br> Ugao [deg] (1-89): <input type="text" name="ug" value="75"> <br><br> Visina [m] (0-1000): <input type="text" name="y0" value="0"> <br><br> <input type="submit" value="Submit"> </form> </div> <br> <a href="javascript:history.go(-1)"><img src="img/ret.png" border="0"></a> </body> </html>