test/jheader.html

Thu, 23 Jan 2014 09:19:37 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 Jan 2014 09:19:37 +0100
changeset 21
537aec525835
parent 17
7ea86024aef0
child 27
53fd8595378c
permissions
-rw-r--r--

structured source code

universe@17 1 <!DOCTYPE html>
universe@17 2 <html>
universe@17 3 <head>
universe@17 4 <title>c2html</title>
universe@17 5 <style type="text/css">
universe@17 6 span.c2html-lineno {
universe@17 7 font-style: italic;
universe@17 8 color: grey;
universe@17 9 }
universe@17 10 span.c2html-keyword {
universe@17 11 color: blue;
universe@17 12 }
universe@17 13 span.c2html-macroconst {
universe@17 14 color: cornflowerblue;
universe@17 15 }
universe@17 16 span.c2html-type {
universe@17 17 color: teal;
universe@17 18 }
universe@17 19 span.c2html-directive {
universe@17 20 color: silver;
universe@17 21 }
universe@17 22 span.c2html-string {
universe@17 23 color: darkorange;
universe@17 24 }
universe@17 25 span.c2html-comment {
universe@17 26 color: grey;
universe@17 27 }
universe@17 28 span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
universe@17 29 }
universe@17 30 </style>
universe@17 31 </head>
universe@17 32 <body>
universe@17 33

mercurial