├── img ├── browser.png ├── mario.png └── toad.png ├── index.html ├── js.js └── style.css /img/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/img/browser.png -------------------------------------------------------------------------------- /img/mario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/img/mario.png -------------------------------------------------------------------------------- /img/toad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/img/toad.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/index.html -------------------------------------------------------------------------------- /js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/js.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danilolmc/GameUI/HEAD/style.css --------------------------------------------------------------------------------