-
Notifications
You must be signed in to change notification settings - Fork 4
OUT_HTML_ FOOTER
Jurek Muszyński edited this page Dec 19, 2021
·
4 revisions
NOTE: The space between HTML_ and FOOTER isn't supposed to be there, but it's a GitHub Wiki bug that causes this page to be attached to every Wiki page!
Writes standard HTML footer to output buffer. That is, the closing body and html tags.
None
OUT_HTML_HEADER;
OUT("<h1>%s</h1>", NPP_APP_NAME);
OUT("<h2>Welcome to my web app!</h2>");
OUT_HTML_FOOTER;