You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
543 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- RWD -->
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <meta charset="utf-8" />
  7. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
  8. <title>@ViewBag.Title</title>
  9. @Styles.Render("~/Content/css")
  10. @Scripts.Render("~/bundles/modernizr")
  11. </head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  13. <body>
  14. @RenderBody()
  15. @RenderSection("scripts", required: false)
  16. </body>
  17. </html>