Sha256: 3fc0949488d1fe42b4012ddc3fa8600eece8e9d42934477ca7608299a7a82636
Contents?: true
Size: 697 Bytes
Versions: 4
Compression:
Stored size: 697 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-view'></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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ovto-0.2.3 | example/sinatra/views/index.erb |
ovto-0.2.2 | example/sinatra/views/index.erb |
ovto-0.2.1 | example/sinatra/views/index.erb |
ovto-0.2.0 | example/sinatra/views/index.erb |