PlanTempusApp/Application/Pages/Index.cshtml

14 lines
169 B
Text

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
@* <hello name="John"></hello> *@
<div>
<h1>Calendar.</h1>
<calendar></calendar>
</div>