File: DebugBottom.html

package info (click to toggle)
jwchat 1.0beta3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,288 kB
  • ctags: 382
  • sloc: xml: 462; sh: 80; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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;
			}
		</style>
  </head>

  <body>
  </body>
</html>