<?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>