3 <head>
4 <meta charset="utf-8">
5▶ <title>Vue.js • TodoMVC</title>
6 <link rel="stylesheet" href="../../../node_modules/todomvc-app-css/index.css">
7 <style>[v-cloak] { display: none; }</style>
· · ·
6▶ <link rel="stylesheet" href="../../../node_modules/todomvc-app-css/index.css">
7 <style>[v-cloak] { display: none; }</style>
8 </head>
· · ·
9 <body>
10▶ <section class="todoapp">
11 <header class="header">
12 <h1>todos</h1>
· · ·
12▶ <h1>todos</h1>
13 <input class="new-todo"
14 autofocus autocomplete="off"
· · ·
13▶ <input class="new-todo"
14 autofocus autocomplete="off"
15 placeholder="What needs to be done?"
+ 21 more matches in this file