14 lines
198 B
Text
14 lines
198 B
Text
@page
|
|
@model PlanTempus.Application.Pages.IndexModel
|
|
@{
|
|
ViewData["Title"] = "Home page";
|
|
}
|
|
|
|
|
|
|
|
@* <hello name="John"></hello> *@
|
|
|
|
<div>
|
|
<h1>Calendar.</h1>
|
|
<calendar></calendar>
|
|
</div>
|