all da files

This commit is contained in:
jllord
2013-05-27 13:45:59 -07:00
commit 59d3d30afa
6704 changed files with 1954956 additions and 0 deletions

21
oldcrap/index3.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head>
<title>Hack Spots</title>
<link rel="stylesheet" href="scrap.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="js/lettering.js"></script>
<script>
// $(document).ready(function() {
// $(".page-title").lettering();
// });
</script>
</head>
<body>
<h1 class="page-title">Hack Spots<span>&nbsp;</span> </h1>
</body>
</html>