update
This commit is contained in:
parent
b400a9befb
commit
2a3f19eff8
@ -35,13 +35,13 @@ Layui 是一套开源的 Web UI 组件库,采用自身经典的模块化规范
|
|||||||
```html
|
```html
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>开始使用 Layui</title>
|
<title>开始使用 Layui</title>
|
||||||
<link rel="stylesheet" href="./layui/css/layui.css">
|
<link rel="stylesheet" href="./layui/css/layui.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- 你的 HTML 代码 -->
|
<!-- 你的 HTML 代码 -->
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ Layui 是一套开源的 Web UI 组件库,采用自身经典的模块化规范
|
|||||||
layer.msg('Hello World');
|
layer.msg('Hello World');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user