Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 4, 2011
1 parent 5f8eef5 commit 07dd141
Show file tree
Hide file tree
Showing 4 changed files with 8,401 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
My Page
<!DOCTYPE html>
<html>
<head>
<title>Kue</title>
<script src="jquery.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="content">
<h1>Kue</h1>
<span>Feature rich priority job queue for node.js</span>
</section>
</body>
</html>
Loading

0 comments on commit 07dd141

Please sign in to comment.