UNPKG

seinjs-cli

Version:
24 lines (23 loc) 547 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>sein-tinygame-demos</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <style> html, body, #container { outline: none; border: none; padding: 0; margin: 0; width: 100%; height: 100%; } </style> </head> <body> <canvas id="container"> </canvas> </body> </html>