first commit

This commit is contained in:
huangjx
2021-09-09 22:03:08 +08:00
commit f2a2365102
74 changed files with 33916 additions and 0 deletions

4
templates/Index.php Normal file
View File

@@ -0,0 +1,4 @@
<div id="ncdownloader-content">
<?php print_unescaped($this->inc('Navigation'));?>
<?php print_unescaped($this->inc('Content'));?>
</div>