3d-interface/multisphere/index.php

13 lines
341 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("Multisphere"); ?>
<body>
<?php include("header.php"); ?>
<?php include("nav.php"); ?>
<div id="container"></div>
<?php include("jsIncludes.php"); ?>
<script src="js/MultiSphere.js"></script>
</body>
</html>