/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

  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 }} &mdash; {{ 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>