13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
<div>
|
|
connected accounts?
|
|
</div>
|
|
<div>
|
|
list of Users
|
|
</div>
|
|
<div>
|
|
list of channels
|
|
</div>
|