Sha256: 0921bcd08e7442a79c19dbd3995e94f8c3e5fb78db1b31d753fa0dc2c419e7c8

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title>Websocket Client</title>
    <script type="text/javascript" src="http://localhost:9292/faye/client.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://cloud.github.com/downloads/emberjs/ember.js/ember-0.9.8.1.min.js"></script>
    <script type="text/javascript" src="/ansiparse.js"></script>
    <script type="text/javascript" src="/app.js"></script>
    <link href="http://current.bootstrapcdn.com/bootstrap-v204/css/bootstrap-combined.min.css" rel="stylesheet">
    <link href="/style.css" rel="stylesheet">
  </head>
  <body><%= yield %></body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scripted-0.0.1 examples/websockets/views/layout.erb