3d-interface/bouncing/index.php

14 lines
375 B
PHP
Raw Normal View History

2015-04-09 11:20:50 +02:00
<?php include_once("header_functions.php"); ?>
<!doctype html>
<html>
<?php head("Bouncing cube"); ?>
<body>
<?php include("header.php"); ?>
<?php include("nav.php"); ?>
<h1>Here is stuff</h1>
<div id="container"></div>
<?php include("jsIncludes.php"); ?>
<script src="js/BouncingMain.js"></script>
</body>
</html>