aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Home/Index.cshtml
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:29:43 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:29:43 +0300
commit53921ccea49bd8a7840d5bbc71c57c8691ed92bf (patch)
treed5a867425bd4f97fc86d6d51119bd4da2a0f3c1f /ExamTemplate/Web/Views/Home/Index.cshtml
parent9000f940c89e1cfa35f959f2aefd7b748eddc1ce (diff)
downloadit-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar
it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar.gz
it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.zip
Removed unnecessary usings, space identation got updated to tab identation and added authentication in Startup.cs
Diffstat (limited to 'ExamTemplate/Web/Views/Home/Index.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Home/Index.cshtml6
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>