mirror of https://github.com/layui/layui
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.
15 lines
457 B
15 lines
457 B
3 months ago
|
<!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>
|