-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 984 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/index.css">
<title>Promise 使用实例</title>
</head>
<body>
<div class="img-wrap">
<div class="img-center">
<img src="http://ww1.sinaimg.cn/large/662fa0d3jw1ebfyn1aj7gj21kw2adb29.jpg" alt="">
</div>
<div class="img-center">
<img src="http://a3.peoplecdn.cn/79415fb22d87470b62f861700b200751.jpg" alt="">
</div>
<div class="img-center">
<img src="http://ww2.sinaimg.cn/large/97684585jw1f2lyhdzjadj21kw11xagl.jpg" alt="">
</div>
<div class="img-center">
<img src="http://cdn.theplayerstribune.com/uploads/Kobe-Again-Pull.jpg?width=1000" alt="">
</div>
</div>
<button class="aspect">点我弹出 Dialog<button>
</body>
<script data-main='./main.js' src='./libs/require.js'></script>
</html>