UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

12 lines 290 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>hello world</title> </head> <body>Hello! <p><img src="slimerjs.png" /></p> <iframe src="helloframe.html"></iframe> <script type="text/javascript" src="hello.js"></script> </body> </html>