File size: 1,500 Bytes
ed0d0f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2dc18c0
ed0d0f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19ef001
ed0d0f6
 
 
 
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>็ฝ‘็›˜</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
        }
        .container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 80%;
            max-width: 2000px;
            text-align: center;
        }
        .folder {
            display: inline-block;
            margin: 10px;
            text-align: center;
        }
        .folder a {
            text-decoration: none;
            color: #333;
        }
        .folder-icon {
            font-size: 50px;
            border-radius: 15px;
            background: linear-gradient(135deg, #ff9a9e, #fad0c4);
            padding: 20px;
            display: inline-block;
        }
        .folder-name {
            margin-top: 10px;
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>ๆˆ‘็š„็ฝ‘็›˜</h1>
          <video width="1280" height="720" controls="" __idm_id__="778241">
            <source src="ep01.mp4">
          </video>
    </div>
</body>
</html>