poke/core/LightTube/Views/Feed/Explore.cshtml
2022-08-05 22:33:38 +03:00

8 lines
144 B
Plaintext

@{
ViewData["Title"] = "Explore";
ViewData["SelectedGuideItem"] = "explore";
}
<div style="text-align: center">
<h1>Coming soon!</h1>
</div>