<!DOCTYPE html>
<html>
<title>CozyCot</title>
<head>
<meta charset="UTF-8">
<meta name="description" content="CozyCot is a social networking website for women from East Asia and Southeast Asia.">
<meta name="keywords" content="women,social,network,cozycot">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<style>

html 
{ 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}
</style>
</head>
<body>
   <table id="wrapper">
      <tr>
         <td></td>
      </tr>
   </table>
</body>
<!-- WhatsHelp.io widget -->
<!--<script type="text/javascript">
    (function () {
        var options = {
            whatsapp: "6582064990", // WhatsApp number
            call_to_action: "", // Call to action
            position: "right", // Position may be 'right' or 'left'
        };
        var proto = document.location.protocol, host = "whatshelp.io", url = proto + "//static." + host;
        var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';
        s.onload = function () { WhWidgetSendButton.init(host, proto, options); };
        var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
    })();
</script>-->
<!-- /WhatsHelp.io widget -->
</html>
