docs: add sha256 checksums for 17.3.4
[mesa.git] / docs / debugging.html
index 2df62f56ea3295cd3ce55bd75d9e3801c5be7a8f..76d0a4aa53358fb56640317ed9b65f13ba6f8fc1 100644 (file)
@@ -1,12 +1,20 @@
-<HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <title>Debugging Tips</title>
+  <link rel="stylesheet" type="text/css" href="mesa.css">
+</head>
+<body>
 
-<TITLE>Debugging Tips</TITLE>
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
 
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<BODY>
-
-<H1>Debugging Tips</H1>
+<h1>Debugging Tips</h1>
 
 <p>
    Normally Mesa (and OpenGL) records but does not notify the user of
@@ -34,5 +42,6 @@
    src/dlist.c for details.
 </p>
 
-</BODY>
-</HTML>
+</div>
+</body>
+</html>