Skip to content

Commit

Permalink
Merge pull request facebook#117 from RileyTomasek/master
Browse files Browse the repository at this point in the history
Change tabs to spaces in todomvc example
  • Loading branch information
fisherwebdev committed Dec 21, 2014
2 parents 4c62b49 + a2d79e1 commit c36a9ac
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions examples/flux-todomvc/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Flux • TodoMVC</title>
<link rel="stylesheet" href="todomvc-common/base.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://facebook.com/bill.fisher.771">Bill Fisher</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/bundle.js"></script>
</body>
<head>
<meta charset="utf-8">
<title>Flux • TodoMVC</title>
<link rel="stylesheet" href="todomvc-common/base.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://facebook.com/bill.fisher.771">Bill Fisher</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/bundle.js"></script>
</body>
</html>

0 comments on commit c36a9ac

Please sign in to comment.