250films.net Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="IDENTIFIER-URL" content="" />
<meta name="author" content="250films.net" />
<meta name="COPYRIGHT" content="250films.net" />
<meta name="PUBLISHER" content="250films.net" />
<meta name="PUBLISHER-EMAIL" content="info@250films.net" />
<meta name="DESCRIPTION" content="250films.net is a tool to keep track of which films you have seen from the famous IMDb top 250." />
<meta name="KEYWORDS" content="movies,imdb,top 250" />
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-height, user-scalable=no, initial-scale=1, maximum-scale=1">
<meta name="csrf-token" content="hGRJtiDm0PKbx8Lf7PQsPGFfYdgrhtIUheOK1akk">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="250films.net">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#000000">
<meta name="pinterest" content="nopin" />
<title>250films.net</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/app.css?id=0eec2ced8cd53b94a223">
<link rel="apple-touch-icon" href="/app/icon.png?v=1">
<link rel="manifest" href="/app-manifest.json">
<link rel="apple-touch-startup-image" href="/app/launch-640x1136.png?v=1" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)">
<link rel="apple-touch-startup-image" href="/app/launch-1536x2048.png?v=1" media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/app/launch-2048x1536.png?v=1" media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape)">
<!-- iPhone X -->
<link rel="apple-touch-startup-image" href="/app/launch-1125x2436.png?v=1" media="(min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="/app/launch-2436x1125.png?v=1" media="(min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape)">
</head>
<body>
<app id="app"></app>
<script type="text/javascript">
const urlParams = new URLSearchParams(window.location.search);
window.auth = false
window.debug = false
window.opened_at = new Date().getTime()
window.showTransitions = true
if (localStorage.getItem('theme') === 'night' || (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem('theme') !== 'day')) {
document.body.classList.add('dark')
window.theme = 'dark'
}
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
window.addEventListener('resize', () => {
// We execute the same script as before
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty('--vh', `${vh}px`);
});
window.app = false
if (urlParams.get('app') || localStorage.getItem('app')) {
window.app = true
localStorage.setItem('app', true)
let script = document.createElement('script');
script.type = 'text/javascript'
script.src = '/js/cordova/cordova.js'
document.getElementsByTagName('head')[0].appendChild(script);
document.addEventListener('deviceready', function() { console.log('Cordova is ready') }, false);
}
if (('standalone' in window.navigator && window.navigator.standalone) || window.app) {
window.standalone = true
document.body.classList.add('standalone')
} else {
window.standalone = false
//document.body.classList.add('standalone')
}
</script>
<script src="/js/app.js?id=2c440d5d0bffeb3c79b7"></script>
</body>
</html>