Commit 3b7dcf07 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

codereview: close the head tag

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9695045
parent 4e15dbe0
...@@ -230,7 +230,7 @@ var frontPage = template.Must(template.New("front").Funcs(template.FuncMap{ ...@@ -230,7 +230,7 @@ var frontPage = template.Must(template.New("front").Funcs(template.FuncMap{
} }
</style> </style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<head> </head>
<body> <body>
<img id="gopherstamp" src="/static/gopherstamp.jpg" /> <img id="gopherstamp" src="/static/gopherstamp.jpg" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment