github.com/riscv/riscv-go@v0.0.0-20200123204226-124ebd6fcc8e/misc/chrome/gophertool/popup.html (about) 1 <html> 2 <!-- 3 Copyright 2011 The Go Authors. All rights reserved. 4 Use of this source code is governed by a BSD-style 5 license that can be found in the LICENSE file. 6 --> 7 <head> 8 <script src="gopher.js"></script> 9 <script src="popup.js"></script> 10 </head> 11 <body style='margin: 0.5em; font-family: sans;'> 12 <small><a href="#" url="https://golang.org/issue">issue</a>, 13 <a href="#" url="https://golang.org/cl">codereview</a>, 14 <a href="#" url="https://golang.org/change">commit</a>, or 15 <a href="#" url="https://golang.org/pkg/">pkg</a> id/name:</small> 16 <form style='margin: 0' id='navform'><nobr><input id="inputbox" size=10 tabindex=1 /><input type="submit" value="go" /></nobr></form> 17 <small>Also: <a href="#" url="https://build.golang.org">buildbots</a> 18 <a href="#" url="https://github.com/golang/go">Github</a> 19 </small> 20 </body> 21 </html>