diff options
Diffstat (limited to 'ExamTemplate/Web/Views/Home/Index.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/Home/Index.cshtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ExamTemplate/Web/Views/Home/Index.cshtml b/ExamTemplate/Web/Views/Home/Index.cshtml index 1fcf97d..2016fc4 100644 --- a/ExamTemplate/Web/Views/Home/Index.cshtml +++ b/ExamTemplate/Web/Views/Home/Index.cshtml @@ -1,8 +1,8 @@ @{
- ViewData["Title"] = "Home Page";
+ ViewData["Title"] = "Home Page";
}
<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>
+ <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>
</div>
|
