Files
JIMRI/web/webThrottle.html
2026-06-17 14:00:51 +02:00

33 lines
2.0 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<!--*********************************************************************************-->
<!--* -->
<!--* This is a Web Throttle for JMRI -->
<!--* -->
<!--* Read the header of the included files ('js' and 'css') for dependencies. -->
<!--* -->
<!--* The behaviour of this HTML will depend on: webThrottle.js -->
<!--* The look of this HTML will depend on: webThrottle.css -->
<!--* (the versions of these files are written at their beginning) -->
<!--* -->
<!--* >>> This file version: 2.0 - by Oscar Moutinho (oscar.moutinho@gmail.com) -->
<!--* >>> (this page needs HTML5, CSS3 and Web Sockets browser support) -->
<!--* -->
<!--*********************************************************************************-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" href="images/jmri.ico" type="image/png" />
<link rel="shortcut icon" href="images/jmri.ico" />
<link type="text/css" rel="stylesheet" href="css/webThrottle.css" />
<script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="js/jquery.websocket.js"></script>
<script type="text/javascript" src="js/jquery.jmriConnect.js"></script>
<script type="text/javascript" src="js/logger.js"></script>
<script type="text/javascript" src="js/webThrottle.js"></script>
<title>JMRI Web Throttle</title>
</head>
<body>
</body>
</html>