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