git.fiddlerwoaroof.com
templates/frame.html
2588d43a
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 <html>
 	<head>
 		<title>Article</title>
 	</head>
 	<frameset border="0" frameborder="0" framespacing="0" rows="20px, 100%">
 		<frame border="0" frameborder="0" name="reddit_top" noresize="1" scrolling="no" src="/toolbar/{{target_site}}"/>
 		<frame border="0" frameborder="0" name="inner_toolbar" src="{{target_site}}""/>
 	</frameset>
 </html>