-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (78 loc) · 3.3 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>SlidesShow</title>
<link rel="icon" href="./logo.svg">
<link rel="stylesheet" href="./css/slidesshow.css">
</head>
<body>
<div class="container">
<div class="slide">
<div class="item" style="background-image: url(./img/mmexport1674902920754.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
<div class="item" style="background-image: url(./img/mmexport1674902928569.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
<div class="item" style="background-image: url(./img/mmexport1674902931785.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
<div class="item" style="background-image: url(./img/mmexport1674902987428.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
<div class="item" style="background-image: url(./img/mmexport1674903010717.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
<div class="item" style="background-image: url(./img/mmexport1674903016416.jpg);">
<div class="content">
<div class="name">Yuan Shen</div>
<div class="des">The significance of doing research on the ideology of sport films is
specified,the development of sport films in America since the 1980s is distinguished.</div>
<button type="button" onclick="window.open('//ys.mihoyo.com/main/')">See
More</button>
</div>
</div>
</div>
<div class="group_button">
<div class="fun_button">
<div><</div>
</div>
<div class="fun_button">
<div>></div>
</div>
</div>
</div>
<script src="./js/slidesshow.js"></script>
</body>
</html>