| <!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> |