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 @@ ...@@ -62,6 +62,9 @@
<th class = "blue">{{gameStatus.blue}}</th> <th class = "blue">{{gameStatus.blue}}</th>
</tr> </tr>
</table> </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-content>
</mat-card> </mat-card>
</div> </div>
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
<th class = "blue">{{gameStatus.blue}}</th> <th class = "blue">{{gameStatus.blue}}</th>
</tr> </tr>
</table> </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-content>
<br> <br>
<mat-progress-spinner style="border-radius: 50%;" class = "center" color="primary" mode="determinate" value={{timeLeft}} aria-label="Rating"> <mat-progress-spinner style="border-radius: 50%;" class = "center" color="primary" mode="determinate" value={{timeLeft}} aria-label="Rating">
......
...@@ -44,5 +44,8 @@ ...@@ -44,5 +44,8 @@
<br> <br>
<button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button> <button [disabled]="buttonNextRoundDisabled || gameStatus.activeExplainer == 1" mat-raised-button color="primary" (click)="nextRound()">Ich erkläre und los!</button>
</mat-card-actions> </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> </mat-card>
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<script data-ad-client="ca-pub-5661681898041390" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Tabooh</title> <title>Tabooh</title>
<base href="/"> <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