test/jheader.html

Thu, 11 Jul 2024 20:15:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 11 Jul 2024 20:15:56 +0200
changeset 85
4bf793d93ddf
parent 66
1b12cf799fee
permissions
-rw-r--r--

Added tag v3.1 for changeset 5343a527ae96

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      div.c2html-code {
        white-space: pre;
        font-family: monospace;
      }
      a.c2html-lineno {
        /* as long as user-select isn't widely spread, we throw the bomb */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline-block;
        font-style: italic;
        text-decoration: none;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-macroconst {
        color: cornflowerblue;
      }
      span.c2html-type {
        color: teal;
      }
      span.c2html-directive {
        color: silver;
      }
      span.c2html-string {
        color: darkorange;
      }
      span.c2html-comment {
        color: grey;
      }
      span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
      }
    </style>
  </head>
  <body>

mercurial