1234567891011121314 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title></title>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="icon" href="#" />
- <link href="./style.css" rel="stylesheet" />
- </head>
- <body>
- <div id="test"></div>
- <script src="./index.js" type="module"></script>
- </body>
- </html>
|