nrdkwebsite/nrdkwebsite/Pages/index.cshtml

10 lines
462 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<h1 class="display-4">Привет, это сайт neroduckale</h1>
<p>Мой никнейм читается по разному - неродакля, неродукель, неродакале, но одно в нем остается неизменным - неро.</p>
<small>спасибо мактайлорс за помощь с созданием сайта. version: 0.3</small>