mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-04 02:04:10 +02:00
11 lines
251 B
HTML
11 lines
251 B
HTML
<div class="td-search td-search--offline">
|
|
<div class="td-search__icon"></div>
|
|
<input
|
|
type="search"
|
|
class="td-search__input form-control"
|
|
placeholder="Search the spec"
|
|
aria-label="Search the spec"
|
|
autocomplete="off"
|
|
>
|
|
</div>
|