summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 9b423fd..827baaf 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -1,6 +1,9 @@
!!! 5
%html
%head
+ %meta{ :charset => "utf-8" }
+ %title= "PubChem read across"
+ %link{:rel=>'stylesheet', :href=>"#{'/style.css'}", :type => "text/css"}
%script{:type => "text/javascript", :src => "/jquery-1.8.2.js"}
:javascript
$(document).ready(function() { $.ajax({ url: "/cid/#{@cid}/experiments", cache: true }); });