cleaned up

This commit is contained in:
Peter Hedenskog 2012-08-07 22:35:02 +02:00
parent 297ade2435
commit 1f4567d060
1 changed files with 18 additions and 20 deletions

View File

@ -1,40 +1,38 @@
</div> </div>
<hr/>
<footer>
<hr> <p>
<a href="http://sitespeed.io">Sitespeed.io</a>
<footer>
<p>
<a href="http://sitespeed.io">Sitespeed.io</a>
written by written by
<a href="https://twitter.com/soulislove">@soulislove</a> <a href="https://twitter.com/soulislove">@soulislove</a>
design and layout created with design and layout created with
<a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>. <a href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>.
</p> </p>
</footer> </footer>
</div> <!-- /container --> </div> <!-- /container -->
<script src="js/jquery-1.7.2.min.js"></script> <script src="js/jquery-1.7.2.min.js"></script>
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script src="js/jquery.tablesorter.min.js"></script> <script src="js/jquery.tablesorter.min.js"></script>
<script> <script>
$(document).ready(function() $(document).ready(function()
{ {
$("#pagesTable").tablesorter(); $("#pagesTable").tablesorter();
} }
); );
</script> </script>
<script>
<script>
$(function () { $(function () {
$('.container').tooltip({ $('.container').tooltip({
selector: "a[rel=tooltip]" selector: "a[rel=tooltip]"
}) })
}) })
</script> </script>
</body> </body>
</html> </html>