/docs/source/_themes/baruwa/changes/frameset.html
https://bitbucket.org/datopdog/baruwa · HTML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 771d440e9473eb08f4905df46f3d7e55 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
- "http://www.w3.org/TR/html4/frameset.dtd">
- <html>
- <head>
- <title>{% trans version=version|e, docstitle=docstitle|e %}Changes in Version {{ version }} — {{ docstitle }}{% endtrans %}</title>
- </head>
- <frameset cols="45%,*">
- <frame name="main" src="changes.html">
- <frame name="src" src="about:blank">
- </frameset>
- </html>