github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/godoc/static/search.html (about)

     1  <!--
     2  	Copyright 2009 The Go Authors. All rights reserved.
     3  	Use of this source code is governed by a BSD-style
     4  	license that can be found in the LICENSE file.
     5  -->
     6  {{with .Alert}}
     7  	<p>
     8  	<span class="alert" style="font-size:120%">{{html .}}</span>
     9  	</p>
    10  {{end}}
    11  {{with .Alt}}
    12  	<p>
    13  	<span class="alert" style="font-size:120%">Did you mean: </span>
    14  	{{range .Alts}}
    15  		<a href="search?q={{urlquery .}}" style="font-size:120%">{{html .}}</a>
    16  	{{end}}
    17  	</p>
    18  {{end}}