Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
959ec9d8
Commit
959ec9d8
authored
Jan 06, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Google AddSense at more usefull places
parent
4da459a2
Pipeline
#353
passed with stages
in 5 minutes and 30 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
game.component.html
src/app/game/game.component.html
+3
-0
guesser.component.html
src/app/guesser/guesser.component.html
+3
-0
overview.component.html
src/app/overview/overview.component.html
+3
-0
index.html
src/index.html
+0
-1
No files found.
src/app/game/game.component.html
View file @
959ec9d8
...
...
@@ -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>
src/app/guesser/guesser.component.html
View file @
959ec9d8
...
...
@@ -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"
>
...
...
src/app/overview/overview.component.html
View file @
959ec9d8
...
...
@@ -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>
src/index.html
View file @
959ec9d8
<!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=
"/"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment