Files
yaflay.ru/Pages/Index.cshtml
Дмитрий Шиманский 921b8f3db3 add environ error message
add to environ some data and some codereview pages
some fix oembed and OpenGraph
2023-12-20 23:58:14 +03:00

16 lines
273 B
Plaintext

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