test/header.html

Fri, 21 Jun 2013 13:32:31 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 21 Jun 2013 13:32:31 +0200
changeset 10
925172e535a9
parent 9
6b1fba10c4cb
child 27
53fd8595378c
permissions
-rw-r--r--

includes (with links in user includes)

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

mercurial