Did lot of stuff with php
This commit is contained in:
13
bouncing/index.php
Normal file
13
bouncing/index.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php include_once("header_functions.php"); ?>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<?php head("Bouncing cube"); ?>
|
||||
<body>
|
||||
<?php include("header.php"); ?>
|
||||
<?php include("nav.php"); ?>
|
||||
<h1>Here is stuff</h1>
|
||||
<div id="container"></div>
|
||||
<?php include("jsIncludes.php"); ?>
|
||||
<script src="js/BouncingMain.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user