export const HTMLFragments = {
LOBBY:
`
`,
ENTER_NAME_STEP:
``,
START_GAME_PROMPT:
`
`,
END_GAME_PROMPT:
`
`,
PLAYER_GAME_VIEW:
`
Click to show your role
(click again to hide)
`,
SPECTATOR_GAME_VIEW:
`
`,
MODERATOR_GAME_VIEW:
`
Transfer Mod Powers 👑
`,
TEMP_MOD_GAME_VIEW:
`
Click to show your role
(click again to hide)
`,
MODERATOR_PLAYER:
`
`,
GAME_PLAYER:
``,
INITIAL_GAME_DOM:
`
`,
// via https://loading.io/css/
SPINNER:
``,
NAME_CHANGE_MODAL:
`
`,
ROLE_INFO_MODAL:
`
Roles in this game:
`,
END_OF_GAME_VIEW:
`The moderator has ended the game. Roles are revealed.
`,
CREATE_GAME_DECK:
``,
CREATE_GAME_CUSTOM_ROLES:
`
`,
CREATE_GAME_DECK_STATUS:
``,
DECK_SELECT_ROLE:
`
`
};