You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
layui/examples/pr-preview/index.html

15 lines
457 B

<!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>