Files
ozu.io/web/templates/redirect.html
Jim Myhrberg 68807898da Lots of changes to web package
Use go-bindata, html/templates, and lots of other changes to the web
package.
2016-07-17 16:16:59 +01:00

10 lines
213 B
HTML

<HTML>
<HEAD>
<TITLE>Moved Permanently</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Permanently</H1>
The document has moved <A HREF="{{.Target}}">here</A>.
</BODY>
</HTML>