Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
search.html 397 B
---
layout: default
---

<article>

    <div id="left-column"></div>

    <div>
        <header>
            <h1>
                {{ page.title | escape }}
            </h1>
        </header>

        <form>
          <input class="search" placeholder="What are you looking for?" />
          <button class="search" type="submit">Find it with Google</button>
        </form>
    </div>
</article>