Skip to content

Commit 086bcff

Browse files
authored
Update Index.cshtml
1 parent 5296730 commit 086bcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page
22
@model IndexModel
33
@{
4-
ViewData["Title"] = "Home page for AZ-204";
4+
ViewData["Title"] = "Home page for AZ-204 Course!";
55
}
66
<div class="text-center" style="background-color: @Conf["colour"];">
77
<h1 class="display-4">Welcome the @Conf["site"] site</h1>

0 commit comments

Comments
 (0)