Initial Commit

This commit is contained in:
2026-05-29 14:17:46 -04:00
commit b7d0676d5b
498 changed files with 30308 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
@layout PageLayout
@inject IDataCollectionService DataCollectionService
@inherits BasePage
@page "/contact"
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Contact</WebsiteTitleComponent>
<PaperComponent>
<InfoBodyComponent>
<InfoQuestionComponent>
How do I contact you for feature requests and bug reports?
</InfoQuestionComponent>
<InfoAnswerComponent>
You can message me at <b>JonathanMcCaffrey#3544</b> on my <a href="https://discord.gg/uMq8bMGeeN"
target="_blank">Discord</a> channel.
</InfoAnswerComponent>
</InfoBodyComponent>
</PaperComponent>
</LayoutMediumContentComponent>