Files
ClassContent/历届学生/学生公司项目/朱祥龙/hyGw/views/admin/page/index.pug
2024-09-27 02:06:13 +08:00

12 lines
201 B
Plaintext

extends ../layout
block title
link(rel='stylesheet', href='/css/admin/index.css')
block content
.index
h1= title
p Welcome to #{title}
block script
script(src="/js/admin/index.js")