html.c (darkstat-3.0.719) | : | html.c (darkstat-3.0.721) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
assert(path_depth < (sizeof(relpaths)/sizeof(*relpaths))); | assert(path_depth < (sizeof(relpaths)/sizeof(*relpaths))); | |||
root = relpaths[path_depth]; | root = relpaths[path_depth]; | |||
str_appendf(buf, | str_appendf(buf, | |||
"<!DOCTYPE html>\n" | "<!DOCTYPE html>\n" | |||
"<html>\n" | "<html>\n" | |||
"<head>\n" | "<head>\n" | |||
"<title>%s (darkstat %s)</title>\n" | "<title>%s (darkstat %s)</title>\n" | |||
"<meta name=\"generator\" content=\"" PACKAGE_STRING "\">\n" | "<meta name=\"generator\" content=\"" PACKAGE_STRING "\">\n" | |||
"<meta name=\"robots\" content=\"noindex, noarchive\">\n" | "<meta name=\"robots\" content=\"noindex, noarchive\">\n" | |||
"<meta name=\"viewport\" " | ||||
"content=\"width=device-width, initial-scale=1\">\n" | ||||
"<link rel=\"stylesheet\" href=\"%s/style.css\" type=\"text/css\">\n", | "<link rel=\"stylesheet\" href=\"%s/style.css\" type=\"text/css\">\n", | |||
title, title_interfaces, root); | title, title_interfaces, root); | |||
if (want_graph_js) | if (want_graph_js) | |||
str_appendf(buf, | str_appendf(buf, | |||
"<script src=\"%s/graph.js\" type=\"text/javascript\"></script>\n" | "<script src=\"%s/graph.js\" type=\"text/javascript\"></script>\n" | |||
, root); | , root); | |||
str_appendf(buf, | str_appendf(buf, | |||
"</head>\n" | "</head>\n" | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |