From 51a363a2432be111b804082df362975047dc8080 Mon Sep 17 00:00:00 2001 From: shahdlala66 Date: Fri, 15 May 2026 17:13:05 +0200 Subject: [PATCH] fix: build error --- src/app/pages/welcome/welcome.component.html | 277 +++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 src/app/pages/welcome/welcome.component.html diff --git a/src/app/pages/welcome/welcome.component.html b/src/app/pages/welcome/welcome.component.html new file mode 100644 index 0000000..e192bff --- /dev/null +++ b/src/app/pages/welcome/welcome.component.html @@ -0,0 +1,277 @@ +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
JOIN
+
JOIN
GAME
+ +
+
+
+
+
+
+ + + @if (showMeatEmoji) { +
+ 🍖 +
+ } +
+ +
+
+
+
+
+
+
+
+
+ OPEN 24/7 +
+
+
BOT
+
PLAY WITH
A BOT
+ +
+
+
+
+
+
+
+ +
+ Player One +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
WELCOME
+
WELCOME TO
NOWCHESS
+
Play your next move from the skyline.
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ MORE +
+
+
OPTIONS
+
MORE
OPTIONS
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + @if (showSpeechBubble) { +
+
+
{{ bubbleMessage }}
+
+
+
+ } + + + @if (isZoomedIn) { +
+
+
+
+ Player 2 + @if (showSecondSpeechBubble) { +
+
Feed me! 🍖
+
+
+ } + @if (showHappyBubble) { +
+
Happy meow! 😸
+
+
+ } +
+
+ + + @if (showMeatEmoji) { +
+ 🍖 +
+ } +
+
+ } + +
+
+
+ + @if (showDifficultyDialog) { +
+
+
SELECT DIFFICULTY
+
+ + + +
+
+
+ } + + @if (showOptionsDialog) { +
+
+
MORE OPTIONS
+
+ +
+
+
+ } + + @if (showJoinDialog) { +
+
+
JOIN GAME
+ +
+ + +
+
+
+ } + + @if (showImportDialog) { +
+
+
IMPORT GAME
+
+ + +
+ +
+ + +
+
+
+ } + + @if (showChallengeDialog) { +
+
+ +
+
+ } + + @if (errorMessage) { +

{{ errorMessage }}

+ } +
\ No newline at end of file