layui/examples/pr-preview/index.html
morning-star d9635625e1
ci: 使用 pkg-pr-new 预发布 PR 并生成预览模板 (#2175)
* ci: 使用 pkg-pr-new 预发布 PR 并生成预览模板

* update

* update

* update

* ci: 更换文件名

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-08-20 00:01:36 +08:00

15 lines
457 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>layui-example</title>
<link href="node_modules/layui/dist/css/layui.css" rel="stylesheet">
</head>
<body class="layui-padding-3">
<button type="button" class="layui-btn">默认按钮</button>
<script src="node_modules/layui/dist/layui.js"></script>
<script src="./index.js"></script>
</body>
</html>