class Opal::Sprockets::Server::Index

def source

def source
  <<-HTML
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="utf-8">
      <title>Opal Server</title>
    </head>
    <body>
      #{javascript_include_tag @server.main}
    </body>
    </html>
  HTML
end