99 matches across 2 files for TODO lang:HTML
snippet_mode: grep · sorted by relevance
examples/classic/todomvc/index.html HTML 26 matches · showing 5 view file →
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
examples/composition/todomvc.html HTML 73 matches · showing 5 view file →
2<link
3 rel="stylesheet"
4 href="../../node_modules/todomvc-app-css/index.css"
5/>
6
· · ·
7<div id="app">
8 <section class="todoapp">
9 <header class="header">
10 <h1>todos</h1>
· · ·
10 <h1>todos</h1>
11 <input
12 class="new-todo"
· · ·
12 class="new-todo"
13 autofocus
14 autocomplete="off"
· · ·
15 placeholder="What needs to be done?"
16 v-model="state.newTodo"
17 @keyup.enter="addTodo"
18 />
+ 68 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.