12345678910111213141516 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="stylesheet" href="/css/index.css" />
- <title>Home</title>
- </head>
- <body>
- <div class="home">
- <h3>主页</h3>
- <img src="/images/4.jpeg" alt="" />
- </div>
- </body>
- </html>
|