github.com/roboticscm/goman@v0.0.0-20210203095141-87c07b4a0a55/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="http://code.google.com/p/go/issues/list">issue</a>, 13 <a href="#" url="http://codereview.appspot.com/">codereview</a>, 14 <a href="#" url="http://code.google.com/p/go/source/list">commit</a>, or 15 <a href="#" url="http://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="http://build.golang.org">buildbots</a></small> 18 </body> 19 </html>