Commit bb3b86a9 authored by Sindre Sorhus's avatar Sindre Sorhus

ExtJS: Fix base.css path and convert to tabs. Fixes #179

parent a0271d12
...@@ -3,27 +3,27 @@ ...@@ -3,27 +3,27 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ExtJS • TodoMVC</title> <title>ExtJS • TodoMVC</title>
<link rel="stylesheet" href="../assets/base.css"> <!--<link rel="stylesheet" href="../../assets/base.css">-->
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<!--[if IE]> <!--[if IE]>
<script src="../assets/ie.js"></script> <script src="../../assets/ie.js"></script>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
<div id="todoapp"> <div id="todoapp">
<header> <header>
<h1>Todos</h1> <h1>Todos</h1>
<input id="new-todo" type="text" placeholder="What needs to be done?"> <input id="new-todo" type="text" placeholder="What needs to be done?">
</header> </header>
<section id="main"></section> <section id="main"></section>
</div> </div>
<div id="instructions"> <div id="instructions">
Double-click to edit a todo. Double-click to edit a todo.
</div> </div>
<div id="credits"> <div id="credits">
Created by <a href="http://revolunet.com/">Revolunet</a><br /> Created by <a href="http://revolunet.com/">Revolunet</a><br />
Updates by <a href="http://github.com/boushley">Aaron Boushley</a> Updates by <a href="http://github.com/boushley">Aaron Boushley</a>
</div> </div>
<script src="../../assets/base.js"></script> <script src="../../assets/base.js"></script>
<script src="http://extjs.cachefly.net/ext-4.0.2a/bootstrap.js"></script> <script src="http://extjs.cachefly.net/ext-4.0.2a/bootstrap.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment