test/header.html

Wed, 12 Jun 2013 14:48:50 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 12 Jun 2013 14:48:50 +0200
changeset 5
412f1896874b
parent 3
b7a6d546bd1d
child 7
02cf8ac736e6
permissions
-rw-r--r--

support for keywords and types

universe@3 1 <!DOCTYPE html>
universe@3 2 <html>
universe@3 3 <head>
universe@3 4 <title>c2html</title>
universe@3 5 <style type="text/css">
universe@3 6 span.c2html-lineno {
universe@3 7 font-style: italic;
universe@3 8 color: grey;
universe@3 9 }
universe@5 10 span.c2html-keyword {
universe@5 11 color: blue;
universe@5 12 }
universe@5 13 span.c2html-type {
universe@5 14 color: cornflowerblue;
universe@5 15 }
universe@3 16 </style>
universe@3 17 </head>
universe@3 18 <body>
universe@3 19

mercurial