File: DebugBottom.html

package info (click to toggle)
jsdebugger 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 88 kB
  • sloc: javascript: 80; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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>