diff --git a/build/images/throbber.gif b/build/images/throbber.gif
deleted file mode 100644
index 06393889..00000000
Binary files a/build/images/throbber.gif and /dev/null differ
diff --git a/build/index.html b/build/index.html
index 59ba75bf..1ccab3e6 100644
--- a/build/index.html
+++ b/build/index.html
@@ -4,13 +4,13 @@
-
Swagger API Explorer
-
-
-
-
-
+
+
+
+
+
+
diff --git a/source/layout.haml b/source/layout.haml
index fff08865..1b71775f 100644
--- a/source/layout.haml
+++ b/source/layout.haml
@@ -1,21 +1,19 @@
!!!
%html
%head
-
%meta{:charset => "utf-8"}
/ Always force latest IE rendering engine (even in intranet) and Chrome Frame
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
-
-
%title Swagger API Explorer
- = stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css'
- = stylesheet_link_tag "screen.css"
+ %link{:href => "http://fonts.googleapis.com/css?family=Droid+Sans:400,700", :rel => "stylesheet", :type => "text/css"}
+ %link{:href => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
+ %link{:href => "stylesheets/screen.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
- = javascript_include_tag 'app'
- = javascript_include_tag 'swagger-service'
- = javascript_include_tag 'swagger-ui'
+ %script{:src => "javascripts/app.js", :type => "text/javascript"}
+ %script{:src => "javascripts/swagger-service.js", :type => "text/javascript"}
+ %script{:src => "javascripts/swagger-ui.js", :type => "text/javascript"}
%body
= yield
\ No newline at end of file