diff options
Diffstat (limited to 'examples/gipfel2html')
-rwxr-xr-x | examples/gipfel2html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html index 52a32eb..b07f009 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -45,6 +45,13 @@ while read name height x y dist flags dummy; do i=$((${i} + 1)) done +cat << EOF +</style></head> +<body bgcolor="#919faa"> +<br/> +<br/> +EOF + echo "<h3>$TITLE</h3>" if [ "$MODE" = "images" ]; then |