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