test/header.html

Fri, 21 Jun 2013 11:42:18 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 21 Jun 2013 11:42:18 +0200
changeset 7
02cf8ac736e6
parent 5
412f1896874b
child 8
417cd3b29f97
permissions
-rw-r--r--

strings and directives

     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-type {
    14         color: cornflowerblue;
    15       }
    16       span.c2html-directive {
    17         color: green;
    18       }
    19       span.c2html-string {
    20         color: orange;
    21       }
    22     </style>
    23   </head>
    24   <body>

mercurial