application.html.erb 264 B

123456789101112
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>ChinaCity</title>
  5. <%= stylesheet_link_tag "china_city/application", media: "all" %>
  6. <%= javascript_include_tag "china_city/application" %>
  7. <%= csrf_meta_tags %>
  8. <body>
  9. <%= yield %>
  10. </body>
  11. </html>