1//! Contains modules to create a static dashboard that shows statistics and graphs 2//! about the time logs. 3 4mod html; 5pub use html::HtmlError; 6pub use html::create_html;