A corporation manager and dashboard for EVE Online
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

15 行
301 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Calefaction</title>
  5. <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
  6. <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  7. <%= csrf_meta_tags %>
  8. </head>
  9. <body>
  10. <%= yield %>
  11. </body>
  12. </html>