Files
yaflay.ru/Pages/Index.cshtml
Дмитрий Шиманский a5d39384ac pooko
2023-12-19 11:57:37 +03:00

16 lines
323 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>
}