fadiTill / corneal-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra Template Default Page

<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>

About


Languages

Language:Ruby 64.6%Language:HTML 26.2%Language:CSS 9.3%