Skip to content

Commit

Permalink
Merge branch 'boostrap'
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractj committed Oct 20, 2011
2 parents 9e8f7c0 + d886fdd commit d708f3b
Show file tree
Hide file tree
Showing 3 changed files with 2,413 additions and 31 deletions.
15 changes: 9 additions & 6 deletions _layouts/main.html
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<title>{{ page.title }} | dyn.js - (almost) 100% invokedynamic ecmascript implementation</title>
<link href="css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
</head>
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>
</head>
<body>
{{ content }}
<a href="http://github.com/dynjs/dynjs.org">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub">
</a>
</body>
</html>

0 comments on commit d708f3b

Please sign in to comment.