hide project frame by default

This commit is contained in:
Chris Wanstrath
2011-08-23 20:41:37 -07:00
parent bae0ab2e6b
commit 9298065c61

View File

@@ -1,8 +1,8 @@
<html>
<head>
</head>
<frameset cols = "25%, *">
<frame src ="project.html" />
<frame src ="editor.html" />
<frameset cols="0%,*" frameborder=no framespacing=0 border=0>
<frame src="project.html">
<frame src="editor.html">
</frameset>
</html>