This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/src/BirdsiteLive/Views/About/Index.cshtml
2023-01-13 10:59:36 -05:00

15 lines
330 B
Plaintext

@model BirdsiteLive.Services.CachedStatistics
@{
ViewData["Title"] = "About";
}
<div class="col-12 col-sm-12 col-md-10 col-lg-8 mx-auto">
<h2>Service load</h2>
<p>
<br/>
There are @Model.FediverseUsers fediverse users following @Model.TwitterUsers twitter users<br/>
<br/>
</p>
</div>