Files
yaflay.ru/Pages/Index.cshtml
2023-11-10 17:39:38 +03:00

15 lines
321 B
Plaintext

@page
@model IndexModel
@{
ViewData["Title"] = "yawaflua";
}
<h3 align="left" class="readme" >README.md</h3>
@{
string Github_readme = Startup.client.GetStringAsync("https://raw.githubusercontent.com/yawaflua/yawaflua/main/README.md").Result;
<div class="text"> @Html.Raw(Github_readme) </div>
}