Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add Student Index razor page
  • Loading branch information
kajan committed Feb 14, 2021
1 parent 94a8f57 commit be55ce5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AspNetCoreVueMpa.Web/Views/Student/Index.cshtml
@@ -0,0 +1,7 @@
@{
ViewData["Title"] = "Student Index";
}

@section Scripts{
<script type="text/javascript" src="~/js/student-index.bundle.js" asp-append-version="true"></script>
}

0 comments on commit be55ce5

Please sign in to comment.