3d-interface/stream/index.php

14 lines
492 B
PHP
Raw Normal View History

2015-04-09 10:20:50 +01:00
<?php include_once("header_functions.php"); ?>
2015-04-07 15:05:43 +01:00
<!doctype html>
<html>
2015-04-09 10:20:50 +01:00
<?php head('Streaming simulator'); ?>
2015-04-07 15:05:43 +01:00
<body>
2015-04-09 10:20:50 +01:00
<?php include("header.php"); ?>
<?php include("nav.php"); ?>
2015-04-07 15:05:43 +01:00
<div style="border-width:1px; border-style: solid;" id="container"></div>
2015-04-09 10:20:50 +01:00
<?php include("jsIncludes.php"); ?>
2015-04-09 09:00:15 +01:00
<script src="js/Params.js.php?<?php echo htmlentities($_SERVER['QUERY_STRING']); ?>"></script>
2015-04-07 15:05:43 +01:00
<script src="js/main.js"></script>
</body>
</html>