charmboard.com Ads.txt file
<!DOCTYPE html>
<html>
<head>
<title>charmboard</title>
<meta name="Description" content="charmboard">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<style>
body{
margin: 0px;
}
.container{
width: 100vw;
height: 100vh;
overflow: hidden;
display: flex;
position: relative;
justify-content: center;
align-items: center;
background: linear-gradient(180deg, #878F6A 0%, #1E2619 100%);
}
a{
color: inherit;
width: 100%;
text-decoration: none !important;
}
/* img{
height: 90vh;
max-height: 90vh;
} */
img{
width: 100%;
}
.content{
position: absolute;
top: 25%;
left: 4%;
}
.logo{
position: absolute;
top: 2%;
right: 2%;
}
.title{
font-size: 90px;
line-height: 80px;
font-family: sans-serif;
font-weight: bolder;
color: #fff;
margin: 10px 0;
}
.content p{
font-size: 50px;
font-family: sans-serif;
color: #fff;
font-weight: 500;
margin: 0px 6px;
}
.cta{
width: 10vw;
margin: 20px 8px;
}
@media only screen and (max-width: 768px) {
.content{
position: absolute;
top: 28%;
left: 4%;
}
.container .img{
width: 100vh;
height: 100vh;
object-fit: cover;
}
.logo{
width: 40vw;
top: 3%;
right: 8%;
}
.title{
font-size: 60px;
line-height: 60px;
margin: 10px 0;
}
.content p{
font-size: 30px;
margin: 5px 6px;
}
.cta{
width: 30vw;
margin: 13px 7px;
}
.bg_img{
width: 100vh;
height: 100vh;
}
.bg_img img{
object-fit: cover;
height: 100%;
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
</style>
</head>
<body>
<div class="container">
<div class="bg_img" >
<picture>
<source
media="(min-width: 1024px)"
srcset="https://assets.charmboard.com/image/upload/v1708664623/shyago58gfzjsr0u3ss3.jpg">
<source
media="(min-width: 768)"
srcset="https://assets.charmboard.com/image/upload/v1708666294/eobgxwxwic9kzxhhqkuu.jpg">
<img src="https://assets.charmboard.com/image/upload/v1708666324/s4r1jsqp9exmmrz1cvxp.jpg"
alt="">
</picture>
</div>
<div class="logo">
<img src="https://media.charmboard.com/hipi-redirection/charmboard_logo.webp" >
</div>
</div>
</body>
</html>