Skip to content

Commit

Permalink
Update Index.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCalm committed Jan 15, 2024
1 parent 1093c25 commit 514993e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
<p>Learn abouts <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>

<div class="row mb-auto">
<p>Student name: @Model.StudentName</p>
</div>
</div>

0 comments on commit 514993e

Please sign in to comment.