Skip to content

Commit

Permalink
Fix html.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 29, 2023
1 parent 5fbbf74 commit aeb86d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ let () =
Metrics.load_liquidsoap ~update:!update ~directory:!dir ();
let oc = open_out !fname in
let w fmt = Printf.ksprintf (fun s -> output_string oc (s^"\n")) fmt in
w "<!DOCTYPE html>";
w "<html>";
w "<head>";
w "<title>Liquidsoap metrics</title>";
w "<link rel=\"stylesheet\" href=\"metrics.css\">";
w "</head>";
w "<body>";
Expand Down

0 comments on commit aeb86d7

Please sign in to comment.