test/header.html

Wed, 31 Aug 2016 14:41:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 Aug 2016 14:41:56 +0200
changeset 55
bf54085ce341
parent 27
53fd8595378c
child 59
643a3ccecd61
permissions
-rw-r--r--

adds appropriate public API

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@27 6 span.c2html-lineno a {
universe@3 7 font-style: italic;
universe@27 8 text-decoration: none;
universe@3 9 color: grey;
universe@3 10 }
universe@5 11 span.c2html-keyword {
universe@5 12 color: blue;
universe@5 13 }
universe@10 14 span.c2html-macroconst {
universe@10 15 color: cornflowerblue;
universe@10 16 }
universe@10 17 span.c2html-type {
universe@5 18 color: cornflowerblue;
universe@5 19 }
universe@7 20 span.c2html-directive {
universe@7 21 color: green;
universe@7 22 }
universe@7 23 span.c2html-string {
universe@10 24 color: darkorange;
universe@7 25 }
universe@8 26 span.c2html-comment {
universe@8 27 color: grey;
universe@8 28 }
universe@10 29 span.c2html-stdinclude {
universe@10 30 color: darkorange;
universe@10 31 }
universe@10 32 span.c2html-userinclude {
universe@10 33 color: darkorange;
universe@10 34 }
universe@10 35 a.c2html-userinclude {
universe@10 36 color: darkorange;
universe@10 37 text-decoration: underline;
universe@10 38 }
universe@3 39 </style>
universe@3 40 </head>
universe@3 41 <body>
universe@3 42

mercurial