docs: add new iframe layout
diff --git a/docs/versions.html b/docs/versions.html
index 1993cec..0047ee0 100644
--- a/docs/versions.html
+++ b/docs/versions.html
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <b>
 NOTE: Changes for Mesa 6.4 and later are documented in the corresponding
 <a href="relnotes.html">release notes</a> file.
@@ -1650,6 +1657,6 @@
 <a href="relnotes.html">release notes</a> file.
 </b>
 
-
+</div>
 </body>
 </html>