/docs/source/_themes/baruwa/changes/frameset.html
HTML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 771d440e9473eb08f4905df46f3d7e55 MD5 | raw file
Possible License(s): GPL-2.0
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 2 "http://www.w3.org/TR/html4/frameset.dtd"> 3<html> 4 <head> 5 <title>{% trans version=version|e, docstitle=docstitle|e %}Changes in Version {{ version }} — {{ docstitle }}{% endtrans %}</title> 6 </head> 7 <frameset cols="45%,*"> 8 <frame name="main" src="changes.html"> 9 <frame name="src" src="about:blank"> 10 </frameset> 11</html>