test/header.html

Wed, 10 Jul 2013 14:38:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Jul 2013 14:38:56 +0200
changeset 15
398a7589297f
parent 10
925172e535a9
child 27
53fd8595378c
permissions
-rw-r--r--

double free fix

<!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-macroconst {
        color: cornflowerblue;
      }
      span.c2html-type {
        color: cornflowerblue;
      }
      span.c2html-directive {
        color: green;
      }
      span.c2html-string {
        color: darkorange;
      }
      span.c2html-comment {
        color: grey;
      }
      span.c2html-stdinclude {
        color: darkorange;
      }
      span.c2html-userinclude {
        color: darkorange;
      }
      a.c2html-userinclude {
        color: darkorange;
        text-decoration: underline;
      }
    </style>
  </head>
  <body>

mercurial