mytrendingstories.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to MyTrendingStories</title>
<link rel="icon" type="image/x-icon" href="mts-icon.png">
<style>
body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
background-color: #f8591f;
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<video id="mtsVideoPlayer" autoplay muted playsinline class="video-background"
style="max-height: 100vh; max-width: 100vw;">
<source src="soon.mp4" type="video/mp4">
</video>
</body>
</html>