Commit 959ec9d8 authored by Dennis Willers's avatar Dennis Willers 🏀

Add Google AddSense at more usefull places

parent 4da459a2
Pipeline #353 passed with stages
in 5 minutes and 30 seconds
......@@ -62,6 +62,9 @@
<th class = "blue">{{gameStatus.blue}}</th>
</tr>
</table>
<head>
<script data-ad-client="ca-pub-5661681898041390" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
</mat-card-content>
</mat-card>
</div>
......@@ -16,6 +16,9 @@
<th class = "blue">{{gameStatus.blue}}</th>
</tr>
</table>
<head>
<script data-ad-client="ca-pub-5661681898041390" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
</mat-card-content>
<br>
<mat-progress-spinner style="border-radius: 50%;" class = "center" color="primary" mode="determinate" value={{timeLeft}} aria-label="Rating">
......
......@@ -44,5 +44,8 @@
<br>
<button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button>
</mat-card-actions>
<head>
<script data-ad-client="ca-pub-5661681898041390" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
</mat-card>
<!doctype html>
<html lang="en">
<head>
<script data-ad-client="ca-pub-5661681898041390" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="utf-8">
<title>Tabooh</title>
<base href="/">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment