WUT_Computer_Science/EGUI/lab2/Views/Home/Index.cshtml

9 lines
194 B
Plaintext
Raw Normal View History

2022-04-15 19:03:51 +02:00
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
2022-05-10 13:22:33 +02:00
<h1 class="display-4">Hello</h1>
2022-04-24 09:39:48 +02:00
<p>Hello, world! The time on the server is @DateTime.Now</a>.</p>
2022-04-15 19:03:51 +02:00
</div>