Sha256: ddce99014736bc2082e828e0b2b8b56966090fd66d4a4f90d7df273c1fcd3aae

Contents?: true

Size: 822 Bytes

Versions: 3

Compression:

Stored size: 822 Bytes

Contents

!!! 5
%html
  %head
    %meta{charset:"utf-8"}
    %title= settings.title
    %meta{name:"viewport",content:"width=device-width,initial-scale=1.0"}
    %meta{name:"description",content:settings.description}
    %script{type:"text/javascript",src:"/app.js"}
    :css
      a, a:hover, a:visited, a:active {
        color: #333333 !important;
        text-decoration: none !important;
      }
      .glyphicon-refresh-animate {
        -animation: spin .7s infinite linear;
        -webkit-animation: spin2 .7s infinite linear;
      }
      @-webkit-keyframes spin2 {
        from { -webkit-transform: rotate(0deg);}
        to { -webkit-transform: rotate(360deg);}
      }
      @keyframes spin {
        from { transform: scale(1) rotate(0deg);}
        to { transform: scale(1) rotate(360deg);}
      }
  %body
    #app

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
carte-server-0.0.4 lib/carte/server/views/index.haml
carte-server-0.0.3 lib/carte/server/views/index.haml
carte-server-0.0.1 lib/carte/server/views/index.haml