92 lines
4.6 KiB
HTML
92 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.cdnfonts.com/css/wasted-vindey" rel="stylesheet">
|
|
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;1,200&display=swap"
|
|
rel="stylesheet">
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:wght@400;500;600;700&family=Poppins:ital,wght@1,200&display=swap"
|
|
rel="stylesheet">
|
|
<!-- <link href="https://vjs.zencdn.net/8.3.0/video-js.css" rel="stylesheet" /> -->
|
|
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
|
|
|
<link rel="shortcut icon" href="./src/Images/PozoAppFavicon.png" type="image/x-icon">
|
|
<!-- <title>PozoApp - Complete Business Management Solution | POS & Inventory</title> -->
|
|
|
|
<!-- SEO Meta Tags -->
|
|
<meta name="description" content="PozoApp delivers AI-powered POS and SaaS solutions for MSMEs and enterprises. Complete business management with billing, inventory, and analytics.">
|
|
<meta name="keywords" content="POS software, retail ERP, billing software, inventory management">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://www.pozo.app/">
|
|
<meta property="og:title" content="PozoApp - Complete Business Management Solution | POS & Inventory">
|
|
<meta property="og:description" content="PozoApp delivers AI-powered POS and SaaS solutions for MSMEs and enterprises.">
|
|
<meta property="og:image" content="https://www.pozo.app/og/home.jpg">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="https://www.pozo.app/">
|
|
<meta property="twitter:title" content="PozoApp - Complete Business Management Solution | POS & Inventory">
|
|
<meta property="twitter:description" content="PozoApp delivers AI-powered POS and SaaS solutions for MSMEs and enterprises.">
|
|
<meta property="twitter:image" content="https://www.pozo.app/og/home.jpg">
|
|
|
|
<link rel="canonical" href="https://www.pozo.app/">
|
|
|
|
<!-- mohan -->
|
|
<!-- <script>
|
|
// Disable right-click menu and common hotkeys
|
|
document.addEventListener("contextmenu", (event) => event.preventDefault());
|
|
document.addEventListener("keydown", (event) => {
|
|
if (
|
|
(event.ctrlKey && event.shiftKey && ["I", "J", "C"].includes(event.key.toUpperCase())) ||
|
|
(event.ctrlKey && ["U", "S"].includes(event.key.toUpperCase())) ||
|
|
event.key === "F12"
|
|
) {
|
|
event.preventDefault();
|
|
return false;
|
|
}
|
|
});
|
|
</script> -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
<!-- <script src="https://vjs.zencdn.net/8.3.0/video.min.js"></script> -->
|
|
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
|
<!-- Start of LiveChat (www.livechat.com) code -->
|
|
<!-- <script>
|
|
window.__lc = window.__lc || {};
|
|
window.__lc.license = 18861501;
|
|
window.__lc.integration_name = "manual_onboarding";
|
|
window.__lc.product_name = "livechat";
|
|
;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
|
|
</script> -->
|
|
<noscript><a href="https://www.livechat.com/chat-with/18861501/" rel="nofollow">Chat with us</a>, powered by <a
|
|
href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
|
|
<!-- End of LiveChat code -->
|
|
|
|
</body>
|
|
<iframe id="ifmcontentstoprint" style="
|
|
height: 0px;
|
|
width: 0px;
|
|
position: absolute;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-family: 'Poppins', sans-serif;
|
|
"></iframe>
|
|
|
|
</html> |