You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 rivejä
1.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="">
  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" id="favicon" href="<%= BASE_URL %>favicon.svg" />
  8. <link rel="stylesheet" href="<%= BASE_URL %>fonts/vazir.css" />
  9. <script defer src="https://bazarce.liara.run/script.js" data-website-id="7baabdd5-3224-41c1-9267-d2a1abd29d01"></script>
  10. <title><%= htmlWebpackPlugin.options.title %></title>
  11. </head>
  12. <body lang>
  13. <noscript>
  14. <strong
  15. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  16. properly without JavaScript enabled. Please enable it to
  17. continue.</strong
  18. >
  19. </noscript>
  20. <div id="app"></div>
  21. <script>
  22. document.addEventListener("DOMContentLoaded", function () {
  23. const faviconUrl = localStorage.getItem("logo");
  24. if (faviconUrl) {
  25. const faviconLink = document.getElementById("favicon");
  26. faviconLink.href = faviconUrl;
  27. }
  28. });
  29. </script>
  30. </body>
  31. </html>