Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

13 строки
259 B

  1. @{
  2. ViewBag.Title = "ChildIndex";
  3. Layout = "~/Views/Shared/_PageIndex.cshtml";
  4. }
  5. <link href="~/Content/style/ChildIndex.css" rel="stylesheet" />
  6. <script src="~/Content/scripts/ChildIndex.js"></script>
  7. <div class="lr-site-body-container">
  8. </div>