docs: add new iframe layout
diff --git a/docs/egl.html b/docs/egl.html
index e374357..4cc5b83 100644
--- a/docs/egl.html
+++ b/docs/egl.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>Mesa EGL</h1>
 
 <p>The current version of EGL in Mesa implements EGL 1.4.  More information
@@ -317,5 +324,6 @@
 to an <code>EGLDisplay</code> without going through the EGL APIs, the driver
 should as well lock the display before using it.
 
+</div>
 </body>
 </html>