Sha256: 504c59ce1d7c4cf366d1f8fd1bd89202c05a7372358d8f3a4c82ed0099c18cc7
Contents?: true
Size: 937 Bytes
Versions: 14
Compression:
Stored size: 937 Bytes
Contents
<div class="container"> <header><img src="images/corneal-small.png" class="img-responsive main-image"></header> <div class="col-md-8 col-md-offset-2"> <h2>Sinatra Template Default Page</h2> <div class="content"> <p>Welcome to the Sinatra Template! If you're seeing this page, then everything is working as expected. To get started, delete this file (<code>app/views/welcome.erb)</code> and begin adding your own actions to <code>application_controller.rb</code>. For more information, see the <a href="https://github.com/thebrianemory/corneal">README</a>.</p> </div> <div class="sidebar"> <h3>Environment</h3> <ul> <li><b>Ruby:</b> <%= RUBY_VERSION %></li> <li><b>Environment:</b> <%= ENV["RACK_ENV"] %></li> <li><b>Server:</b> <%= @env["SERVER_SOFTWARE"] %></li> <li><b>Port:</b> <%= @env["SERVER_PORT"] %></li> </ul> </div> </div> </div>
Version data entries
14 entries across 14 versions & 2 rubygems