1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <link rel="stylesheet" href="./font/iconfont.css">
- </head>
- <body>
- <div>
-
- <span class="iconfont icon-yejing"></span>
- <span class="iconfont icon-zhuye" style="font-size: 30px;"></span>
- </div>
- </body>
- </html>
|