Sha256: 90bd2bc79aea584c8fb0478217ca501eb4f1f38e96915700e5abf0f28e981fe2

Contents?: true

Size: 692 Bytes

Versions: 9

Compression:

Stored size: 692 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset= "utf-8" />
    <title>Ovto demo app</title>
    <%= @js_tag %>
    <link rel="stylesheet" href="/style.css" type="text/css" media="screen" /> 
    <link rel="stylesheet" href="/todomvc-app-css_index.css" type="text/css" media="screen" /> 
    <link rel="stylesheet" href="/todomvc-common_base.css" type="text/css" media="screen" /> 
  </head>

  <body>
    <section id='ovto'></section>
    <footer class="info">
      <p>Double-click to edit a todo</p>
      <p>Created by <a href="http://github.com/yhara/">yhara</a></p>
      <p><a href="http://todomvc.com">TodoMVC</a></p>
    </footer>
    <div id='ovto-debug'></div>
  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ovto-0.7.0 examples/sinatra/views/index.erb
ovto-0.6.2 examples/sinatra/views/index.erb
ovto-0.6.1 examples/sinatra/views/index.erb
ovto-0.6.0 examples/sinatra/views/index.erb
ovto-0.6.0.rc1 examples/sinatra/views/index.erb
ovto-0.5.0 examples/sinatra/views/index.erb
ovto-0.4.1 examples/sinatra/views/index.erb
ovto-0.4.0 examples/sinatra/views/index.erb
ovto-0.3.0 examples/sinatra/views/index.erb