Sha256: ffb88ac17b5aa767f9f2649c827692649bcb39287c5a0b52d1007ff8e3652d29

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 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

1 entries across 1 versions & 1 rubygems

Version Path
servel-0.9.0 lib/servel/templates/home.haml