tmp
This commit is contained in:
19
ShowTrend_tmp3/ShowTrend3/Views/Shared/_Layout.cshtml
Normal file
19
ShowTrend_tmp3/ShowTrend3/Views/Shared/_Layout.cshtml
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta charset="utf-8" />
|
||||
<title>@ViewData["Title"]</title>
|
||||
<link rel="stylesheet" href="~/lib/Bootstrap/css/bootstrap.css">
|
||||
@RenderSection("Insert_Styles", required: false)
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
@RenderBody()
|
||||
</div>
|
||||
<script src="~/lib/JQuery/jquery-3.3.1.js"></script>
|
||||
<script src="~/lib/Popper/umd/popper.js"></script>
|
||||
<script src="~/lib/Bootstrap/js/bootstrap.bundle.js"></script>
|
||||
@RenderSection("Scripts", required: false)
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user