rtmpdash/Pages/Credits.cshtml

14 lines
376 B
Plaintext
Raw Normal View History

2021-01-24 04:04:16 +01:00
@page
2022-12-15 22:36:15 +01:00
@using RTMPDash.Backend
2021-01-24 04:04:16 +01:00
@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>
2023-04-01 21:17:18 +02:00
<p>If you have any further questions, contact us at <a href="mailto:@Program.CopyrightEmail">@Program.CopyrightEmail</a></p>