use nilfm.cc address

This commit is contained in:
Iris Lightshard 2021-06-19 23:57:06 -06:00
parent 6ed6221461
commit eff63b8b95
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

5
main.c
View file

@ -20,7 +20,7 @@ WITH REGARD TO THIS SOFTWARE.
#define NAME "nilFM"
#define DOMAIN "https://nilfm.cc"
#define ABOUT "Derek Stevens <"\
"<a href='mailto://drkste@zoho.com'>drkste@zoho.com</a>&gt;<br/>"\
"<a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a>&gt;<br/>"\
"artist, programmer, philosopher<br/><br/>"\
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encrypted public key</a>"
@ -104,6 +104,7 @@ int gettwtxt(FILE* f) {
scat(buf, "<br/>");
i++;
}
scat(buf, "<a href='/twtxt.txt'>see all</a>");
scat(buf, "</div>");
fputs(buf, f);
return 1;
@ -322,7 +323,7 @@ int fpfooter(FILE* f, char* name, char* path) {
if (!ismetanav(name)) {
fpedited(f, path);
fputs(
"contact: <a href='mailto://drkste@zoho.com'>drkste@zoho.com</a> ",
"contact: <a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a> ",
f);
fputs("(<a href='keys.html'>keys</a>)<br/>", f);
}