Skip to content

Commit

Permalink
Rewrite with onionify
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Oct 6, 2016
1 parent 8dd3ade commit 065c304
Show file tree
Hide file tree
Showing 17 changed files with 8,310 additions and 8,408 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html lang="en" data-framework="cycle">
<head>
<meta charset="utf-8">
<title>Cycle • TodoMVC</title>
<link href="node_modules/todomvc-common/base.css" rel="stylesheet">
<link href="node_modules/todomvc-app-css/index.css" rel="stylesheet">
<meta charset="utf-8">
<title>Cycle • TodoMVC</title>
<link href="node_modules/todomvc-common/base.css" rel="stylesheet">
<link href="node_modules/todomvc-app-css/index.css" rel="stylesheet">
</head>
<body>
<section class="todoapp"></section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p><a href="http://github.com/cyclejs/todomvc-cycle">Source code</a></p>
<p>Created by <a href="http://andre.staltz.com">Andre Staltz</a></p>
<p>Double-click to edit a todo</p>
<p><a href="http://github.com/cyclejs/todomvc-cycle">Source code</a></p>
<p>Created by <a href="http://andre.staltz.com">Andre Staltz</a></p>
</footer>
<script src="node_modules/todomvc-common/base.js"></script>
<script src="js/app.js"></script>
Expand Down

0 comments on commit 065c304

Please sign in to comment.