Did lot of stuff with php
This commit is contained in:
12
multisphere/index.php
Normal file
12
multisphere/index.php
Normal 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>
|
||||
Reference in New Issue
Block a user