mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div class="text-center">
|
|
<h1 class="display-4">lmao</h1>
|
|
<p>Hello, world! The time on the server is @DateTime.Now</a>.</p>
|
|
</div>
|