rtmpdash/Pages/Credits.cshtml

15 lines
515 B
Plaintext

@page
@model CreditsModel
@{
ViewData["Title"] = "Credits";
}
<h1>@ViewData["Title"]</h1>
<p>
All streamed content belongs to the respective content creators. We do not record or otherwise store streamed materials.
</p>
<p>
Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
</p>
<p>If you have any further questions, contact us at <a href="mailto:@Program.CopyrightEmail">@Program.CopyrightEmail</a></p>