markdown-styles/output/index.html

18 lines
509 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Markdown CSS</title>
</head>
<frameset rows="60,*" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="content" src="github/index.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<noframes>
<p>Yeah, old school frames!</p>
</noframes>
</frameset>
</html>