kopia lustrzana https://gitlab.com/tomaszg/geostat
Make a top banner a link to the top page
rodzic
07a49306bb
commit
6d1852c4f7
|
|
@ -316,7 +316,7 @@ int main(int argc, char** argv) {
|
||||||
std::cout << "</head>\n";
|
std::cout << "</head>\n";
|
||||||
std::cout << "<body>\n";
|
std::cout << "<body>\n";
|
||||||
std::cout << "<header>\n";
|
std::cout << "<header>\n";
|
||||||
std::cout << "<h1>Geocaching stats for user profiles:</h1>\n";
|
std::cout << "<h1><a href=\"/geo\">Geocaching stats</a> for user profiles:</h1>\n";
|
||||||
if (!ocpl_user.empty())
|
if (!ocpl_user.empty())
|
||||||
std::cout << "<img alt=\"OCpl\" src=\"https://wiki.opencaching.eu/images/b/b7/Oc-pl.png\"> <a href=\"" << ocpl_user_profile << "\">" << ocpl_user << "</a><br>\n";
|
std::cout << "<img alt=\"OCpl\" src=\"https://wiki.opencaching.eu/images/b/b7/Oc-pl.png\"> <a href=\"" << ocpl_user_profile << "\">" << ocpl_user << "</a><br>\n";
|
||||||
if (!ocde_user.empty())
|
if (!ocde_user.empty())
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue