-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (32 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>webpack练习</title>
<style>
body{
background-color: skyblue;
color: black;
font-weight: 400;
}
</style>
</head>
<body>
<!-- <button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button> -->
<!-- <button type="button" class="btn btn-link">Link</button> -->
<div>
测试插件
</div>
<p>
less文件测试
</p>
<img data-src="./src/1.jpg" src="./src/1.jpg">
</body>
</html>