mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
change yaflay.ru to yawaflua.ru in oembed and add pushup message
This commit is contained in:
@@ -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>
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user