Sha256: 5d1f094dcc53b2e10a4bd8969d4dfd8c42d1dfe4eed4b1eb36a4db5eea9c5d85

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

!!!
%html
  %head
    %meta{charset: 'utf-8'}
    %title Browse Listings
    %meta{name: 'viewport', content: 'width=device-width, height=device-height, user-scalable=no'}
    :css
      #{include('normalize.css')}
      #{include('common.css')}
      #{include('home.css')}
  %body
    #home
      %h1 Browse Listings
      %ul#roots
        - roots.each do |root|
          %li
            %a{href: root}= root
            %a.new-tab{href: root, target: "_blank"} (New Tab)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
servel-0.8.0 lib/servel/templates/home.haml
servel-0.7.0 lib/servel/templates/home.haml
servel-0.6.0 lib/servel/templates/home.haml
servel-0.5.0 lib/servel/templates/home.haml