commit | b5da52ac581c0f0a6587a489198cd02247b6b931 | [log] [tgz] |
---|---|---|
author | Andreas Boll <andreas.boll.dev@gmail.com> | Tue Sep 18 18:57:02 2012 +0200 |
committer | Andreas Boll <andreas.boll.dev@gmail.com> | Wed Sep 19 17:15:47 2012 +0200 |
tree | 0e11c05114355eb136d1180770a535b3079fe2a6 | |
parent | ad05f2e429c9814c4f48c2e63ed33a564c1cf9bb [diff] [blame] |
docs: add new iframe layout
diff --git a/docs/shading.html b/docs/shading.html index 17cf35c..c501e96 100644 --- a/docs/shading.html +++ b/docs/shading.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>Shading Language Support</h1> <p> @@ -253,5 +260,6 @@ The Mesa demos repository also has some good GLSL tests. </p> +</div> </body> </html>