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
f0085084
Commit
f0085084
authored
Feb 08, 2021
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Add Tags
parent
b89fc821
Pipeline
#368
passed with stages
in 5 minutes and 34 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
44 deletions
+0
-44
game.component.html
src/app/game/game.component.html
+0
-3
guesser.component.html
src/app/guesser/guesser.component.html
+0
-3
overview.component.html
src/app/overview/overview.component.html
+0
-12
select-game.component.html
src/app/select-game/select-game.component.html
+0
-10
index.html
src/index.html
+0
-16
No files found.
src/app/game/game.component.html
View file @
f0085084
...
...
@@ -62,9 +62,6 @@
<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 @
f0085084
...
...
@@ -16,9 +16,6 @@
<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 @
f0085084
...
...
@@ -45,15 +45,3 @@
<button
[disabled]=
"buttonNextRoundDisabled || gameStatus.activeExplainer == 1"
mat-raised-button
color=
"primary"
(click)=
"nextRound()"
>
Ich erkläre und los!
</button>
</mat-card-actions>
</mat-card>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
src/app/select-game/select-game.component.html
View file @
f0085084
...
...
@@ -21,13 +21,3 @@
<button
[disabled]=
"buttonJoinGameDisabled"
mat-raised-button
color=
"primary"
(click)=
"joinGame(sessionName.value)"
>
Spiel beitreten
</button>
</mat-card-actions>
</mat-card>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
src/index.html
View file @
f0085084
<!doctype html>
<html
lang=
"en"
>
<head>
<script
type=
"text/javascript"
>
window
.
_mNHandle
=
window
.
_mNHandle
||
{};
window
.
_mNHandle
.
queue
=
window
.
_mNHandle
.
queue
||
[];
medianet_versionId
=
"
3121199
"
;
</script>
<script
src=
"https://contextual.media.net/dmedianet.js?cid=8CUGTP3MK"
async=
"async"
></script>
<meta
charset=
"utf-8"
>
<title>
Tabooh
</title>
<base
href=
"/"
>
...
...
@@ -17,16 +11,6 @@
<meta
name=
"msvalidate.01"
content=
"A2101FEC62396607C2EB430E99F889F3"
/>
</head>
<body
class=
"mat-typography"
>
<div
id=
"957159660"
>
<script
type=
"text/javascript"
>
try
{
window
.
_mNHandle
.
queue
.
push
(
function
(){
window
.
_mNDetails
.
loadTag
(
"
957159660
"
,
"
728x90
"
,
"
957159660
"
);
});
}
catch
(
error
)
{}
</script>
</div>
<app-root></app-root>
</body>
</html>
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