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

Version Path
opal-browser-0.3.5 examples/integrations/static-bash-opal-parser/index.html
opal-browser-0.3.4 examples/integrations/static-bash-opal-parser/index.html
atome-opal-browser-0.3.9.5 examples/integrations/static-bash-opal-parser/index.html
opal-browser-0.3.3 examples/integrations/static-bash-opal-parser/index.html
opal-browser-0.3.2 examples/integrations/static-bash-opal-parser/index.html
opal-browser-0.3.1 examples/integrations/static-bash-opal-parser/index.html
opal-browser-0.3.0 examples/integrations/static-bash-opal-parser/index.html