index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en" class="section">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico">-->
  8. <title>Mie calculator</title>
  9. <!-- &lt;!&ndash; Yandex.Metrika counter &ndash;&gt;-->
  10. <!-- <script type="text/javascript" >-->
  11. <!-- (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};-->
  12. <!-- m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})-->
  13. <!-- (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");-->
  14. <!-- ym(54984811, "init", {-->
  15. <!-- clickmap:true,-->
  16. <!-- trackLinks:true,-->
  17. <!-- accurateTrackBounce:true-->
  18. <!-- });-->
  19. <!-- </script>-->
  20. <!-- <noscript><div><img src="https://mc.yandex.ru/watch/54984811" style="position:absolute; left:-9999px;" alt="" /></div></noscript>-->
  21. <!-- &lt;!&ndash; /Yandex.Metrika counter &ndash;&gt;-->
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but Mie calculator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. </body>
  29. </html>