• DELETE FROM KEYWORDS WHERE ID_DOMAINE=129048
  • DoneDoneDone

    URL:www.cse.com.bd

    Connection: keep-alive
    Date: Fri, 21 Mar 2025 04:55:29 GMT
    Content-Length: 162
    Content-Type: text/html
    Location: https://www.cse.com.bd/
    Server: nginx
    
    
    Location => https://www.cse.com.bd/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://www.cse.com.bd/

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<link rel="stylesheet" href="https://www.cse.com.bd/css/style.css"/>
    	<link rel="stylesheet" href="https://www.cse.com.bd/css/default.css"/>
    	<link rel="stylesheet" href="https://www.cse.com.bd/css/tab.css"/>
    	<link rel="stylesheet" href="https://www.cse.com.bd/css/mover_tab.css"/>
    
    	<link href="https://www.cse.com.bd/css/header-styles.css" media="all" rel="stylesheet">
    	<link href="https://www.cse.com.bd/css/mobile.css" media="all" rel="stylesheet">
    
    	<link rel="stylesheet" href="https://www.cse.com.bd/css/lessframework4.css"/>
    	<script src="https://www.cse.com.bd/js/jquery.min.js"></script>
    
    	<script src="https://www.cse.com.bd/js/jquery.bxslider.min.js"></script>
    	<link href="https://www.cse.com.bd/css/jquery.bxslider.css" rel="stylesheet" />
    	<script src="https://www.cse.com.bd/js/custom.js"></script>
    	<script src="https://www.cse.com.bd/js/functions.js" type="text/javascript"></script>
    	<script src="https://www.cse.com.bd/js/footer.js" type="text/javascript"></script>
    	<script src="https://www.cse.com.bd/js/home.js" type="text/javascript"></script>
    	<script src="https://www.cse.com.bd/js/tinynav.js" type="text/javascript"></script>
    	<script type='text/javascript'>
    		$(window).load(function(){
    			$('#box').focus(function()
    			{
    				var v = $(this).val();
    				if(v == 'Company Name'){
    					$(this).val('');
    				}
    				$(this).attr('data-default', $(this).width());
    				$(this).animate({ width: 135 }, 'slow');
    			}).blur(function()
    			{
    				var v = $(this).val();
    				if(v == ''){
    					$(this).animate({ width: 130 }, 'slow');
    					$(this).val('Company Name');
    				}
    			});
    			$('#box2').focus(function()
    			{
    				var v = $(this).val();
    				if(v == 'Company Name'){
    					$(this).val('');
    				}
    				$(this).attr('data-default', $(this).width());
    				$(this).animate({ width: 135 }, 'slow');
    			}).blur(function()
    			{
    				var v = $(this).val();
    				if(v == ''){
    					$(this).animate({ width: 130 }, 'slow');
    					$(this).val('Company Name');
    				}
    			});
    
    		});
    	</script>
    	<script>
    		$(function () {
    			$("#jsddm").tinyNav({
    				active: 'selected',
    				header: 'Navigation',
    			});
    		});
    	</script>
    
    	<meta name="viewport" content="width=980">
    	<title>CSE</title>
        
    <style type="text/css">
    
    .flip-clock {
      text-align: center;
      -webkit-perspective: 400px;
              perspective: 400px;
      margin: 5px 5px 0px 5px;
      float: left;
    }
    .flip-clock *,
    .flip-clock *:before,
    .flip-clock *:after {
      box-sizing: border-box;
    }
    .flip-clock__piece {
      display: inline-block;
      margin: 0 5px;
    }
    .flip-clock__slot {
      font-size: 1.2vw;
      display: block;
      margin-top: 10px;
      color: #222;
      font-weight: bold;
    }
    .card {
      display: block;
      position: relative;
      padding-bottom: 0.72em;
      font-size: 1.7vw;
      line-height: 0.95;
    }
    .card__top,
    .card__bottom,
    .card__back::before,
    .card__back::after {
      display: block;
      height: 0.72em;
      color: #daff00;
      background: #0ba047;
      padding: 0.25em 0.25em;
      border-radius: 0.15em 0.15em 0 0;
      backface-visiblity: hidden;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      width: 1.8em;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
    }
    .card__bottom {
      color: #daff00;
      position: absolute;
      top: 50%;
      left: 0;
      border-top: solid 1px #0ba047;
      background: #0ba047;
      border-radius: 0 0 0.15em 0.15em;
      pointer-events: none;
      overflow: hidden;
    }
    .card__bottom::after {
      display: block;
      margin-top: -0.72em;
    }
    .card__back::before,
    .card__bottom::after {
      content: attr(data-value);
    }
    .card__back {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0%;
      pointer-events: none;
    }
    .card__back::before {
      position: relative;
      z-index: -1;
      overflow: hidden;
    }
    .flip .card__back::before {
      -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
              animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-transform-origin: center bottom;
              transform-origin: center bottom;
    }
    .flip .card__back .card__bottom {
      -webkit-transform-origin: center top;
              transform-origin: center top;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
              animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
    }
    @-webkit-keyframes flipTop {
      0% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
        z-index: 2;
      }
      0%,
      99% {
        opacity: 0.99;
      }
      100% {
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg);
        opacity: 0;
      }
    }
    @keyframes flipTop {
      0% {
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
        z-index: 2;
      }
      0%,
      99% {
        opacity: 0.99;
      }
      100% {
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg);
        opacity: 0;
      }
    }
    @-webkit-keyframes flipBottom {
      0%,
      50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
                transform: rotateX(90deg);
        opacity: 0;
      }
      51% {
        opacity: 0.99;
      }
      100% {
        opacity: 0.99;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
        z-index: 5;
      }
    }
    @keyframes flipBottom {
      0%,
      50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
                transform: rotateX(90deg);
        opacity: 0;
      }
      51% {
        opacity: 0.99;
      }
      100% {
        opacity: 0.99;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
        z-index: 5;
      }
    }
    
    button,input,optgroup,select,textarea {
      font-size: 11px!important; 
      line-height: normal!important;
    }
    
    .mojib_countdown > img{
      height: 80px;
      margin: 0px 0px 0px 0px;
    }
    .mojib_countdown > a > img {
    	height: 80px;
    	margin: 0px 0px 0px 0px;
    	vertical-align: top;
    	float: left;
    }
    #countdown_block{display: inline-block;}
    .hotjobs {
     -webkit-animation-duration:1s;
     -webkit-animation-name:hotjobstextglow;
     -webkit-animation-direction:alternate;
     -webkit-animation-iteration-count:infinite;
     animation-duration:1s;
     animation-name:hotjobstextglow;
     animation-direction:alternate;
     animation-iteration-count:infinite;
     margin: 0 0px;
    }
    @-webkit-keyframes hotjobstextglow {
     from {
      text-shadow:0 0 0 #71bf44
     }
     to {
      text-shadow:0 0 20px  #71bf44
     }
      .blinkibng{
        animation:blinkingText 1.2s infinite;
    }
    }
    .sliderbox{ position:relative}
    .contentbox {
    	position: absolute;
    	left: 15%;
    	width: 70%;
    	height: 50px;
    	background: rgba(2, 2, 2, 0.6);
    	top: 46%;
    }
    .contentbox .textbox{ text-align:center}
    .bbxslider h4 {
    	font-family: 'Source Sans Pro';
    	font-size: 25px;
    	line-height: 42px;
    	text-align: center;
    	letter-spacing: 0px;
    	color: #fff;
    	font-style: italic;
    	display: inline-block;
    	text-align: center;
    	align-content: center;
    	align-items: center;
    }
    .bxslider img.dmobile {
    	margin-top: 56px;
    }
    .bxslider .selected  img.dmobile {
    	margin-top: 56px;
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mojib_countdown > a > img {
    	float: none;
    }
    .bbxslider h4 {
    	font-size: 16px;
    }
    
    }
    
    @media(max-width: 480px){
    	.bbxslider h4 {
    	font-family: 'Source Sans Pro';
    	font-size: 16px;
    	
    }
    .contentbox {
    	position: absolute;
    	left: 15%;
    	width: 70%;
    	height: 50px;
    	background: rgba(2, 2, 2, 0.6);
    	top: 20%;
    }
    	.mojib_countdown > a > img {
    	float: none;
    }
      #countdown_block{
        width: 100%;
      }
      .mojib_countdown {
        margin-bottom: 10px;
      }
      .mojib_countdown > img{
        height: 80px; float:none
      }
      .mojib_countdown > a > img{
        height: 80px;float:none
      }
      .card{
        font-size: 6vw;
      }
      .flip-clock__slot{
        font-size: 4vw;
        margin: 10px 0 15px 0;
      }
      .flip-clock {
        margin: 0px 0px 0px 0px; float:left;
      }
    .flip-clock__piece {
    	display: inline-block;
    	margin: 0 5px;
    }
    #countdown_block{display:block;}
    .bxslider .selected img {
    	margin-top: 58px;
    }
    }
    
    </style>
    </head>
    
    

    CSE

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx',redirection='https://www.cse.com.bd/',Status='200',err='',[TITRE]=N'CSE',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=129048
  • 0

    CSE

  • 0. CSE (3)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'CSE',129048)