Sure! Here's a simple football game implemented as a single HTML file using JavaScript:
This code sets up a simple football game where you control a paddle using touch input and try to keep the ball from hitting the bottom of the screen. The game is enclosed in script tags and uses HTML canvas and JavaScript to handle the game logic. Have fun playing!