Sha256: 408d8bc034a9fe217415c18a7ad0fbeb84664c39fb31811088ec50d683b23058
Contents?: true
Size: 394 Bytes
Versions: 7
Compression:
Stored size: 394 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>My Application</title> <script src='opal-browser.js'></script> <script src='opal-parser.js' onload='Opal.require("opal-parser")'></script> </head> <body> <script type='text/ruby'> require 'native' require 'promise' require 'browser/setup/full' # Your Opal code here $document.body << "Hello world!" </script> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems