Add project files.

This commit is contained in:
2025-07-15 11:14:03 +03:30
parent 8b899ab2a9
commit a1fed6a7ba
142 changed files with 87038 additions and 0 deletions

View File

@ -0,0 +1,6 @@
@using test.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>