Skip to content

Commit

Permalink
o link to github page
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Sep 17, 2012
1 parent 6c6dedb commit 53130a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion status-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ const std::string &StatusServer::CreatePage() {
current_page_.append(kHtmlHeader);
current_page_.append("<body style='font-family:Sans-Serif;'>\n");
Appendf(&current_page_, "<center style='background-color:#A0FFA0;'>"
"Welcome to Folve %s</center>\n"
"Welcome to "
"<a href='https://github.com/hzeller/folve#readme'>Folve</a>"
"%s</center>\n"
"Convolving audio files from <code>%s</code><br/>\n",
filesystem_->version().c_str(), filesystem_->underlying_dir().c_str());

Expand Down

0 comments on commit 53130a3

Please sign in to comment.