Sha256: 0f3df015167af032af0e5784701bc5eb5c4492d3fd65e8d9eeffc37fa6abad8c
Contents?: true
Size: 607 Bytes
Versions: 2
Compression:
Stored size: 607 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Ichabod Test!</title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script> $(function() { $('#content').append('<div id="hi">Hello world!</div>') $('script').remove() document.title = 'It worked!' Ruby.puts("indeed it worked!"); setTimeout(function(){ console.log("Exiting"); Ichabod.exit(); }, 3000) }); </script> </head> <body> <div id="content"> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ichabod-0.0.2 | examples/index.html |
ichabod-0.0.1 | examples/index.html |