Files
whtml/Template/src/view/main/index.jade
2024-09-27 00:52:52 +08:00

17 lines
388 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extends ./../layout
//- 网站的头部信息这边拆分出来便于每个页面的SEO配置和配置页面独有的cssjs
block title
title 首页
//- 组件独有的js文件测试案例
script(src="js/demo.js")
//- 网站的主体内容区域
block content
.index
h1 默认首页de
p(onclick="demo()") 通过gulp编译后的html页面点我触发事件