Index.cshtml 306 B

1234567891011
  1. @{
  2. ViewData["Title"] = "Home Page";
  3. }
  4. <!DOCTYPE html>
  5. <link href="~/css/index.cf62ce75.css" rel=stylesheet>
  6. <div id="app">
  7. </div>
  8. @section scripts {
  9. <script src="~/js/chunk-vendors.f4ae4370.js" asp-append-version="true"></script>
  10. <script src="~/main.js" asp-append-version="true"></script>
  11. }