WUT_Computer_Science/EGUI/lab2/Views/Home/Index.cshtml
2022-05-10 13:22:33 +02:00

9 lines
194 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Hello</h1>
<p>Hello, world! The time on the server is @DateTime.Now</a>.</p>
</div>