Sure! Here's a simple implementation of Tic Tac Toe game in a single HTML file, using JavaScript and enclosed in script tags. You can play it on a smartphone, and it uses pictograms for the symbols:
Tic Tac Toe
To play the game, simply copy the code above into a file with `.html` extension, and open it in any web browser. You can tap on the tiles of the Tic Tac Toe board to make your moves. Enjoy the game!