Commit 959ec9d8 authored by Dennis Willers's avatar Dennis Willers
Browse files

Add Google AddSense at more usefull places

parent 4da459a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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>
+3 −0
Original line number Original line Diff line number Diff line
@@ -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">
+3 −0
Original line number Original line Diff line number Diff line
@@ -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>
+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="/">