UNPKG

jsfullscreen

Version:
23 lines (19 loc) 425 B
<!DOCTYPE html> <html> <head> <title>jsFullscreen</title> <meta charset="utf-8"> <link rel="stylesheet" href="index.css"> </head> <body> <div class="rectangle"> <div class="info">click here</div> </div> <!-- <script src="index.js"></script> --> <script src="jspm_packages/system.js"></script> <script src="jspm.config.js"></script> <script> System.import("index.js"); </script> </body> </html>