kamihama-server/KamihamaWeb/Views/Home/Index.cshtml

9 lines
174 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Kamihama API</h1>
<p>This isn't the page you're looking for.</p>
</div>