Did lot of stuff with php
This commit is contained in:
1
bouncing/.htaccess
Normal file
1
bouncing/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
php_value include_path '../include'
|
||||
@@ -1,19 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>The begining</title>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Here is stuff</h1>
|
||||
<div id="container"></div>
|
||||
<script src="/js/three/three.min.js"></script>
|
||||
<script src="/js/three/OBJLoader.js"></script>
|
||||
<script src="/js/three/OrbitControls.js"></script>
|
||||
<script src="/js/three/PointerLockControls.js"></script>
|
||||
<script src="/js/Cube.js"></script>
|
||||
<script src="/js/BouncingCube.js"></script>
|
||||
<script src="/js/Camera.js"></script>
|
||||
<script src="js/BouncingMain.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
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