Added adsense
This commit is contained in:
@@ -8,9 +8,15 @@ html, body {
|
|||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
color: #005100;
|
color: #005100;
|
||||||
}
|
}
|
||||||
|
.header > div,
|
||||||
|
.header > span {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.menu {
|
.menu {
|
||||||
background-color: #2E7D32;
|
background-color: #2E7D32;
|
||||||
|
|||||||
@@ -117,7 +117,12 @@ Wt::WHBoxLayout *App::createActionLayout(Wt::WVBoxLayout *verticalContainer) {
|
|||||||
|
|
||||||
void App::createHeadContainer(Wt::WVBoxLayout *layout) {
|
void App::createHeadContainer(Wt::WVBoxLayout *layout) {
|
||||||
auto header = layout->addNew<Wt::WContainerWidget>();
|
auto header = layout->addNew<Wt::WContainerWidget>();
|
||||||
header->addNew<Wt::WText>("<h1>ypChat</h1>");
|
header->addNew<Wt::WText>("<h1>ypChat</h1>")->setInline(true);
|
||||||
|
header->addNew<Wt::WText>((std::string)"<script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234567890123456\" crossorigin=\"anonymous\"></script>"
|
||||||
|
+ "<ins class=\"adsbygoogle\" style=\"display:inline-block;width:728px;height:90px\" "
|
||||||
|
+ "data-ad-client=\"ca-pub-1104166651501135\" data-ad-slot=\"8252321071\"></ins> "
|
||||||
|
+ "<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>", Wt::TextFormat::UnsafeXHTML)
|
||||||
|
->setInline(true);
|
||||||
header->setStyleClass("header");
|
header->setStyleClass("header");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user