Skip to content

Commit

Permalink
adding redirect from index.html to _rewrite/home
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Oct 27, 2011
1 parent 13a9342 commit 5be38f8
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions _attachments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,7 @@
<html>
<head>
<title>BlueInk</title>
<link rel="stylesheet" href="style/main.css" type="text/css">
<meta http-equiv="refresh" content="0;_rewrite/home">
</head>
<body>
<div id="account"></div>

<h1>BlueInk</h1>

<div id="profile"></div>
<div id="items"></div>

<div id="sidebar">
<p>Edit welcome message.</p>
<p>Ideas: You could easily turn this into a photo sharing app, or a grocery list, or a chat room.</p>
</div>
</body>
<script src="vendor/couchapp/loader.js"></script>
<script type="text/javascript" charset="utf-8">
$.couch.app(function(app) {
$("#account").evently("account", app);
$("#profile").evently("profile", app);
$.evently.connect("#account","#profile", ["loggedIn","loggedOut"]);
$("#items").evently("items", app);
});
</script>
</html>
<body></body>
</html>

0 comments on commit 5be38f8

Please sign in to comment.