提交 | 用户 | 时间 | ||
58d006 | 1 | <!DOCTYPE html> |
A | 2 | <html> |
3 | <head> | |
4 | <style> | |
5 | .code { | |
6 | white-space: pre-wrap; | |
7 | font-family: monospace; | |
8 | width: 100%; | |
9 | } | |
10 | ||
11 | .miss { | |
12 | background-color: #FF0000; | |
13 | } | |
14 | ||
15 | .hit, .undef { | |
16 | background-color: #94FF7C; | |
17 | } | |
18 | </style> | |
19 | </head> | |
20 | <body> | |
21 | ||
22 | COLORIZED_LINE_HTML | |
23 | ||
24 | </body> | |
25 | </html> | |
26 |