From 68d702738326edf5ef84898f58b15eebd3921fce Mon Sep 17 00:00:00 2001 From: Shahd Lala Date: Fri, 15 May 2026 02:15:40 +0200 Subject: [PATCH] fix: cleanup --- src/app/pages/welcome/welcome.component.html | 277 ------------------- 1 file changed, 277 deletions(-) delete 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 deleted file mode 100644 index e192bff..0000000 --- a/src/app/pages/welcome/welcome.component.html +++ /dev/null @@ -1,277 +0,0 @@ -
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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