docs: add new iframe layout
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index abb904c..ea6309f 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.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>VMware guest GL driver</h1>
 
 <p>
@@ -194,5 +201,6 @@
 then rerun glxinfo and examine the output for error messages.
 </p>
 
+</div>
 </body>
 </html>