ike18t/spotify_jukebox

View on GitHub
views/index.haml

Summary

Maintainability
Test Coverage
!!! 5
%html
  %head
    %meta{'http-equiv' => 'Content-Type', 'content' => 'text/html; charset=utf-8'}
    %title Spotify Jukebox
    %link{rel: 'stylesheet', href: stylesheet_path('style')}

    %link{href: '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', rel: 'stylesheet'}
    %link{href: '//fonts.googleapis.com/css?family=Oswald:400,700,300', rel: 'stylesheet'}
    %link{href: '//fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700', rel: 'stylesheet'}
  %body
    %jukebox-application

    %script{src: javascript_path('application')}