all da files
This commit is contained in:
22
oldcrap/index.html
Normal file
22
oldcrap/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>Hack Spots</title>
|
||||
<link rel="stylesheet" href="style.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 </h1>
|
||||
<h1></h1>>Hack Spots </h1>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user