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

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno {
        font-style: italic;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-type {
        color: cornflowerblue;
      }
      span.c2html-directive {
        color: green;
      }
      span.c2html-string {
        color: orange;
      }
    </style>
  </head>
  <body>

mercurial