Added css and improved aspect
This commit is contained in:
@@ -5,8 +5,13 @@
|
||||
<body>
|
||||
<?php include("header.php"); ?>
|
||||
<?php include("nav.php"); ?>
|
||||
<h1>Here is stuff</h1>
|
||||
<div id="container"></div>
|
||||
<section>
|
||||
<h2>Bouncing cube</h2>
|
||||
<p>
|
||||
Click on the cube to make it jump !
|
||||
</p>
|
||||
<div id="container"></div>
|
||||
</section>
|
||||
<?php include("jsIncludes.php"); ?>
|
||||
<script src="js/BouncingMain.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user