initial commit

This commit is contained in:
2026-07-21 15:03:40 +07:00
commit 5c20bb8a9e
2752 changed files with 864209 additions and 0 deletions
@@ -0,0 +1,15 @@
@{
var companyName = "companyName";
var companyWeb = "companyWeb";
var year = DateTime.Now.Year;
}
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
<!--/*** This app is free as long as you keep the footer authors credit link/attribution link/backlink. If you'd like to use the app without the footer authors credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://store.indotalent.com". Thank you for your support. ***/-->
<b>Developed By:</b> <a href="https://store.indotalent.com">https://store.indotalent.com</a>
</div>
<small id="footerContent">
&copy; @year <a href="@companyWeb">@companyName</a>, All Right Reserved.
</small>
</footer>