DebugBottom.html
484 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body {
font-family: sans-serif;
font-size: x-small;
}
.debugmsgheader {
font-style: italic;
}
.debugmsgbody {
border-bottom: 1px solid black;
}
.green { color: green; }
.red { color: red; }
.blue { color: blue; }
.purple { color: purple; }
.fuchsia { color: fuchsia; }
</style>
</head>
<body>
</body>
</html>