docs: add new iframe layout
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 196d1af..8f8fbd7 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.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">
+
 <h1>Release Notes</h1>
 
 <p>
@@ -94,6 +101,6 @@
 <li><a href="RELNOTES-3.1">RELNOTES-3.1</a>
 </ul>
 
-
+</div>
 </body>
 </html>