bep40 commited on
Commit
f336e38
·
verified ·
1 Parent(s): 13bf08e

Fix: Remove broken </html> tag in script block

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -2717,7 +2717,7 @@ window.createOrder = function() {
2717
  if (typeof updateCartBadge === 'function') updateCartBadge();
2718
  closeQuotation();
2719
  };
2720
- </html
2721
-
2722
  </script><a href="https://bot.zaloplatforms.com/bots/4013442364902370344" target="_blank" rel="noopener" class="zalo-fab" title="Tư vấn qua Zalo"><img src="https://huggingface.co/spaces/bep40/V.AISTUDIO/resolve/main/logo/zalo-bot.png" alt="Zalo Bot"></a>
 
 
2723
 
 
2717
  if (typeof updateCartBadge === 'function') updateCartBadge();
2718
  closeQuotation();
2719
  };
 
 
2720
  </script><a href="https://bot.zaloplatforms.com/bots/4013442364902370344" target="_blank" rel="noopener" class="zalo-fab" title="Tư vấn qua Zalo"><img src="https://huggingface.co/spaces/bep40/V.AISTUDIO/resolve/main/logo/zalo-bot.png" alt="Zalo Bot"></a>
2721
+ </body>
2722
+ </html>
2723