changeset 27:7b2058439e99

moved js to the top
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Nov 2009 13:34:24 -0500
parents a4dec75deee8
children fd3973fcd1a1
files mbp.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mbp.html	Sat Nov 28 13:27:57 2009 -0500
+++ b/mbp.html	Sat Nov 28 13:34:24 2009 -0500
@@ -7,6 +7,8 @@
   <title>Mozilla: The Big Picture</title>
 </head>
 <body>
+<script src="jquery.js"></script>
+<script src="mbp.js"></script>
 <div id="countdown"></div>
 <div id="container" style="display: none;">
 <h1>mozilla: the big picture</h1>
@@ -110,6 +112,4 @@
 <br/>
 <div id="images"></div>
 </body>
-<script src="jquery.js"></script>
-<script src="mbp.js"></script>
 </html>