first commit

This commit is contained in:
编码猿
2024-09-27 01:15:04 +08:00
commit 89004b22d2
47 changed files with 4871 additions and 0 deletions

10
ksAll/views/recommend.pug Normal file
View File

@@ -0,0 +1,10 @@
extends layout
block css
link(rel='stylesheet', href='/stylesheets/index.css')
block content
.recommend 相关推荐
block js
script(src="/javascripts/recommend.js")