/usr/share/doc/filepp/examples/header.html.in is in filepp 1.8.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <html>
#ifndef TITLE
#define TITLE This is the default title
#endif
<head>
<title>TITLE</title>
</head>
<body bgcolor="#ffcccc" text="#000000" link="#cc00cc" alink="#990099" vlink="#990099">
<h1 align=center>TITLE</h1>
<hr>
|