codereview: close the head tag

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9695045
This commit is contained in:
Brad Fitzpatrick 2013-05-23 14:13:39 -07:00
parent 4e15dbe082
commit 3b7dcf074f

View file

@ -230,7 +230,7 @@ var frontPage = template.Must(template.New("front").Funcs(template.FuncMap{
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<head>
</head>
<body>
<img id="gopherstamp" src="/static/gopherstamp.jpg" />