Added keywords for page
This commit is contained in:
@@ -67,7 +67,12 @@ App::~App() {
|
|||||||
server_.disconnect(this);
|
server_.disconnect(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void App::setMetaTags() {
|
||||||
|
addMetaHeader("keywords", "chat, single chat, images, no registration, anonymous");
|
||||||
|
}
|
||||||
|
|
||||||
void App::initApp() {
|
void App::initApp() {
|
||||||
|
setMetaTags();
|
||||||
setTitle("YP Direct Chat");
|
setTitle("YP Direct Chat");
|
||||||
setCssTheme("");
|
setCssTheme("");
|
||||||
useStyleSheet("style.css");
|
useStyleSheet("style.css");
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ private:
|
|||||||
int messageCursorPosition_{-1};
|
int messageCursorPosition_{-1};
|
||||||
std::unique_ptr<Wt::WSound> messageReceived_;
|
std::unique_ptr<Wt::WSound> messageReceived_;
|
||||||
Search searchFields;
|
Search searchFields;
|
||||||
|
void setMetaTags();
|
||||||
void initApp();
|
void initApp();
|
||||||
void reSetUser();
|
void reSetUser();
|
||||||
Wt::WVBoxLayout *createVerticalLayout();
|
Wt::WVBoxLayout *createVerticalLayout();
|
||||||
|
|||||||
Reference in New Issue
Block a user