hongshi-files commited on
Commit
847d18f
Β·
verified Β·
1 Parent(s): d5ed9a8

Create EP08.html

Browse files
Files changed (1) hide show
  1. gdyg/EP08.html +56 -0
gdyg/EP08.html ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>η½‘η›˜</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
11
+ display: flex;
12
+ justify-content: center;
13
+ align-items: center;
14
+ height: 100vh;
15
+ margin: 0;
16
+ }
17
+ .container {
18
+ background: white;
19
+ border-radius: 15px;
20
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
21
+ padding: 20px;
22
+ width: 80%;
23
+ max-width: 2000px;
24
+ text-align: center;
25
+ }
26
+ .folder {
27
+ display: inline-block;
28
+ margin: 10px;
29
+ text-align: center;
30
+ }
31
+ .folder a {
32
+ text-decoration: none;
33
+ color: #333;
34
+ }
35
+ .folder-icon {
36
+ font-size: 50px;
37
+ border-radius: 15px;
38
+ background: linear-gradient(135deg, #ff9a9e, #fad0c4);
39
+ padding: 20px;
40
+ display: inline-block;
41
+ }
42
+ .folder-name {
43
+ margin-top: 10px;
44
+ font-size: 18px;
45
+ }
46
+ </style>
47
+ </head>
48
+ <body>
49
+ <div class="container">
50
+ <h1>ζˆ‘ηš„η½‘η›˜</h1>
51
+ <video width="1280" height="720" controls="" __idm_id__="778241">
52
+ <source src="ep08.mp4">
53
+ </video>
54
+ </div>
55
+ </body>
56
+ </html>