change yaflay.ru to yawaflua.ru in oembed and add pushup message

This commit is contained in:
Дмитрий Шиманский
2023-11-10 17:39:38 +03:00
parent a4bd0eba1a
commit e6d084f78c
4 changed files with 36 additions and 17 deletions

View File

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