_Layout.cshtml 254 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="css/style.css">
  5. @*<script src="~/js/jquery-3.3.1.js"></script>*@
  6. </head>
  7. <body>
  8. @RenderBody()
  9. </body>
  10. @RenderSection("Scripts", required: false)
  11. </html>