go/usr/gri/pretty/dir_template.html
Robert Griesemer ec77e75e5d daily snapshot:
- various parser fixes to match updated spec (&&, &^=, label decls, const decls)
- using html template for directory and error page in doc server
- show compile errors inplace in the source
- cleanups

R=rsc
OCL=26287
CL=26287
2009-03-13 16:59:51 -07:00

18 lines
207 B
HTML

<h1><!--PATH--></h1>
<h2>Directories</h2>
<!--DIRECTORIES-->
<h2>Go files</h2>
<!--GO FILES-->
<h2>Other files</h2>
<font color=grey>
<!--OTHER FILES-->
</font>
</div> <!-- content -->
</body>
</html>