3d-interface/scene/index.php

13 lines
379 B
PHP

<?php include_once("header_functions.php"); ?>
<!doctype html>
<html>
<?php head("Prototype"); ?>
<body>
<?php include("header.php"); ?>
<?php include("nav.php"); ?>
<div style="border-width:1px; border-style: solid;" id="container"></div>
<?php include("jsIncludes.php"); ?>
<script src="js/main.js"></script>
</body>
</html>