UNPKG

8-bit-mario

Version:

A React component that creates an image of Mario and run across the screen.

13 lines 415 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>8-Bit-Mario</title> </head> <body> <div id="root"></div> <script type="text/javascript" src="./8-Bit-Mario.min.js"></script> </body> </html>