This repository has been archived on 2023-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot-shtik/Views/Home/Index.cshtml

13 lines
159 B
Plaintext
Raw Normal View History

2023-07-03 12:51:23 -04:00
@{
ViewData["Title"] = "Home Page";
}
2023-07-03 13:50:04 -04:00
<div>
connected accounts?
</div>
<div>
list of Users
</div>
<div>
list of channels
2023-07-03 12:51:23 -04:00
</div>