Add credits to bottom of the page
This commit is contained in:
@@ -300,6 +300,14 @@ mxml_node_t* generate_index() {
|
||||
}
|
||||
}
|
||||
mxmlNewElement(colgroup, "col");
|
||||
|
||||
mxmlNewElement(center, "hr");
|
||||
mxml_node_t* credit_text = mxmlNewElement(center, "p");
|
||||
mxmlNewText(credit_text, 0, "Powered by ");
|
||||
mxml_node_t* prj_link = mxmlNewElement(credit_text, "a");
|
||||
mxmlElementSetAttr(prj_link, "href", "https://git.canithesis.org/Canithesis/stethoscope");
|
||||
mxmlNewText(prj_link, 0, "Stethoscope");
|
||||
|
||||
return doc;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user