test/header.html

Wed, 10 Jul 2013 13:45:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Jul 2013 13:45:26 +0200
changeset 12
7ce5c4b51959
parent 5
412f1896874b
child 7
02cf8ac736e6
permissions
-rw-r--r--

option for plaintext

     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     </style>
    17   </head>
    18   <body>

mercurial