Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jun 13, 2015
1 parent 9edbe25 commit ef8929a
Show file tree
Hide file tree
Showing 17 changed files with 21,416 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- CSS: implied media=all -->
<link rel="stylesheet" href="../libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../libs/bootstrap/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/stitches.css">
<!-- end CSS-->

Expand All @@ -26,9 +26,9 @@
#wrap { margin: 0 auto; }
</style>

<script src="../libs/jquery/jquery-1.7.1.js"></script>
<script src="../libs/modernizr/modernizr-2.0.6.min.js"></script>
<script src="../libs/bootstrap/js/bootstrap.min.js"></script>
<script src="libs/jquery/jquery-1.7.1.js"></script>
<script src="libs/modernizr/modernizr-2.0.6.min.js"></script>
<script src="libs/bootstrap/js/bootstrap.min.js"></script>

<script data-main="js/stitches.js" src="require.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion js/stitches.js

Large diffs are not rendered by default.

Loading

0 comments on commit ef8929a

Please sign in to comment.