chatty-mcmessageface / index.html
Behxlder's picture
Rewrite it to small chat in the shopify site
e7ee0f7 verified
raw
history blame contribute delete
396 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopify Store</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Your Shopify store content here -->
<shopify-chat></shopify-chat>
<script src="components/shopify-chat.js"></script>
</body>
</html>