You mean a starting screen, with a menu ?
It's a screen with images and texts, like a "in game" screen.
You can, for example, have a "state" variable (menu, game), in the game loop you check this variable to know what you have to render, when starting the game you initialise the game data and switch the game state, something like that.
Do you know what I mean ?