Upload Source Code

This commit is contained in:
Jay
2021-09-11 14:48:55 +08:00
parent a38536f964
commit 08fc06ebe6
98 changed files with 6291 additions and 0 deletions

20
src/tmpl/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!-- @extend ../part/wrap/head.part.html -->
模版标题
<!-- @endextend -->
<!-- @include ../part/common_head_style.part.html -->
<!-- @extend ../part/wrap/headbody.part.html --><!-- @endextend -->
<!-- @extend ../part/wrap/body_head.part.html -->
这是页面上的标题
<!-- @endextend -->
<!-- @extend ../part/wrap/body_desc.part.html -->
页面上的描述
<!-- @endextend -->
<!-- @include ajax/index.ajax.html -->
<!-- @extend ../part/wrap/tail_fixed.part.html -->
<!-- @include ../part/usr_tail_script.part.html -->
<!-- @endextend -->