Loading src/app/game/game.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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> src/app/guesser/guesser.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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"> Loading src/app/overview/overview.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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> src/index.html +0 −1 Original line number Original line Diff line number Diff line <!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="/"> Loading Loading
src/app/game/game.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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>
src/app/guesser/guesser.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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"> Loading
src/app/overview/overview.component.html +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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>
src/index.html +0 −1 Original line number Original line Diff line number Diff line <!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="/"> Loading