| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="css/style.css">
- @*<script src="~/js/jquery-3.3.1.js"></script>*@
-
- </head>
- <body>
- @RenderBody()
- </body>
- @RenderSection("Scripts", required: false)
- </html>
|