aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/ExamTemplate.Web/Views/Home/Index.cshtml
blob: 56ea950973c6268b5b2bbf9dbdbf4377fd011f79 (plain) (blame)
1
2
3
4
5
6
7
8
@{
	ViewData["Title"] = "Home";
}

<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>
</div>