This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>测测你是喜羊羊与灰太狼中的谁</title> | |
| <!-- TDesign React 样式 CDN(这里用 tdesign-vue-next 的纯 CSS 版近似展示,因为 tdesign-react 无纯 CSS CDN,我们用社区 CDN 的 tdesign-common 样式代替) --> | |
| <link rel="stylesheet" href="https://unpkg.com/tdesign-vue-next/dist/tdesign.min.css" /> | |
| <!-- 兼容处理:部分类名在 tdesign-react 与 vue 通用 --> | |
| <script src="https://cdn.jsdelivr.net/npm/react@18/umd/react.production.min.js"></script> |