Sure! Here's an example of a simple Tic-Tac-Toe game implemented as a single HTML file using JavaScript. It can be played on a smartphone. Note that it uses text instead of pictograms for simplicity.
To play the game, simply save the above code as an HTML file (e.g., `game.html`), open it in a web browser, and you will see the Tic-Tac-Toe game board. Click on any cell to place your symbol (`X` or `O`) and take turns with another player. The game will automatically notify you when a player wins or if it's a draw.