test/jheader.html

Thu, 23 Jan 2014 09:19:37 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 Jan 2014 09:19:37 +0100
changeset 21
537aec525835
parent 17
7ea86024aef0
child 27
53fd8595378c
permissions
-rw-r--r--

structured source code

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>c2html</title>
     5     <style type="text/css">
     6       span.c2html-lineno {
     7         font-style: italic;
     8         color: grey;
     9       }
    10       span.c2html-keyword {
    11         color: blue;
    12       }
    13       span.c2html-macroconst {
    14         color: cornflowerblue;
    15       }
    16       span.c2html-type {
    17         color: teal;
    18       }
    19       span.c2html-directive {
    20         color: silver;
    21       }
    22       span.c2html-string {
    23         color: darkorange;
    24       }
    25       span.c2html-comment {
    26         color: grey;
    27       }
    28       span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
    29       }
    30     </style>
    31   </head>
    32   <body>

mercurial