Did lot of stuff with php

This commit is contained in:
Thomas FORGIONE
2015-04-09 11:20:50 +02:00
parent 0bbd0fb44a
commit a320618599
22 changed files with 92 additions and 755 deletions

View File

@@ -1,26 +1,12 @@
<?php include_once("header_functions.php"); ?>
<!doctype html>
<html>
<head>
<title>The begining</title>
<meta charset="utf-8">
</head>
<?php head('Streaming simulator'); ?>
<body>
<h1>Here is stuff</h1>
<?php include("header.php"); ?>
<?php include("nav.php"); ?>
<div style="border-width:1px; border-style: solid;" id="container"></div>
<script src="/js/three/three.min.js"></script>
<script src="/js/three/MTLLoader.js"></script>
<script src="/js/three/OBJLoader.js"></script>
<script src="/js/three/OBJMTLLoader.js"></script>
<script src="/js/three/OrbitControls.js"></script>
<script src="/js/three/PointerLockControls.js"></script>
<script src="/js/Cube.js"></script>
<script src="/js/BouncingCube.js"></script>
<script src="/js/Camera.js"></script>
<script src="/js/PointerCamera.js"></script>
<script src="/js/FixedCamera.js"></script>
<script src="/js/CameraContainer.js"></script>
<script src="/js/Tools.js"></script>
<script src="/js/ProgressiveSphere.js"></script>
<?php include("jsIncludes.php"); ?>
<script src="js/Params.js.php?<?php echo htmlentities($_SERVER['QUERY_STRING']); ?>"></script>
<script src="js/main.js"></script>
</body>