index.html 805 B

1234567891011121314151617
  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. <meta name="naver-site-verification" content="dea12fa734079c41afa5e23dc492a426c7ef1208" />
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap" rel="stylesheet">
  10. <title>반도산전(주)</title>
  11. <script type="text/javascript" src="https://oapi.map.naver.com/openapi/v3/maps.js?ncpKeyId=10byjktu3p"></script>
  12. </head>
  13. <body>
  14. <div id="root"></div>
  15. <script type="module" src="/src/index.tsx"></script>
  16. </body>
  17. </html>