mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Use go-bindata, html/templates, and lots of other changes to the web package.
10 lines
213 B
HTML
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>
|