index.html 516 B

1234567891011121314
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
  7. <title>(주)반도산전</title>
  8. <script type="text/javascript" src="https://oapi.map.naver.com/openapi/v3/maps.js?ncpKeyId=10byjktu3p"></script>
  9. </head>
  10. <body>
  11. <div id="root"></div>
  12. <script type="module" src="/src/main.jsx"></script>
  13. </body>
  14. </html>