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

12
multisphere/index.php Normal file
View File

@@ -0,0 +1,12 @@
<?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>