10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
|
@{
|
||
|
ViewData["Title"] = "Home Page";
|
||
|
}
|
||
|
|
||
|
<div class="text-center">
|
||
|
<h1 class="display-4">Curriculums Module</h1>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
@Html.Partial("_FooterMenu");
|