fn compose_head_of_webmenu(f: &mut File, lib: &Library)Expand description
All “head” metadata, including:
- embedded CSS, because this file is going to (almost) stand alone
- embedded JavaScript to sort tables, because we don’t want this to depend on the internet, or break if external files move
Note: some needed images referenced here and in the body are in the “assets” folder…