writeHeader

Writes HTML header information to the given file.

void
writeHeader
(
File f
,
string title
,
size_t depth
)

Parameters

f File

The file to write to

title string

The content of the HTML "title" element

depth size_t

The directory depth of the file. This is used for ensuring that the "base" element is correct so that links resolve properly.

Meta