2019-06-03 11:44:48 +02:00

32 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Info</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</script>
<ul class="nav nav-tabs" role="tablist">
<li > <a href="index.html" >Home </a></li>
<li > <a href="mc.html" >Control </a></li>
<li class="active"> <a href="info.html" >Info </a></li>
</ul>
<div class="panel panel-default">
<div class="panel-heading">Info Area</div>
<div class="panel-body">
Current Time Version: ... <br>
Server IP Adress ... <br>
Client (Your) IP Adress ... <br>
Python Version: ... <br>
</div>
</div>
</body>
</html>