mockup.photos Ads.txt file



<!DOCTYPE html>
<html class="site textpage ">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<link rel="canonical" href="https://mockup.photos/404" />

<title>404</title>
<meta name="description" content="404 Page not found!" />
<meta name="tags" content="free mockups,free templates,psd,screenshots,iphone templates" />


<meta property="og:site_name" content="Mockup Photos" />
<meta property="og:url" content="https://mockup.photos/404" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404" />
<meta property="og:image" content="https://mockup.photos/images/site/frontpage.top2.jpg" />
<meta property="og:description" content="404 Page not found!" />


<meta name="twitter:creator" content="@MockupPhotos">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404" />
<meta name="twitter:description" content="404 Page not found!" />
<meta name="twitter:image:src" content="https://mockup.photos/images/site/frontpage.top2.jpg" />


<meta itemprop="name" content="404" />
<meta itemprop="description" content="404 Page not found!" />
<meta itemprop="image" content="https://mockup.photos/images/site/frontpage.top2.jpg" />


<link rel="icon" href="https://mockup.photos/Images/Site/metalogo.png" type="image/png" />
<link rel="shortcut icon" href="https://mockup.photos/Images/Site/metalogo.png" type="image/png" />
<link rel="apple-touch-icon" href="https://mockup.photos/Images/Site/metalogo.png" />


<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" async />
<link rel="stylesheet" href="/styles/production/Site/1585577321428.css" async />


<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59950648-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-59950648-5');

var Mosaic; Mosaic = function () { function t(t) { var e, i; this.el = t.el, this.options.maxRowHeightPolicy = t.maxRowHeightPolicy, this.el.classList.add("mosaicgrid"), setTimeout((e = this, function () { return e.fit(), e.el.classList.add("loaded") }), 1), this.options.refitOnResize && window.addEventListener("resize", (i = this, function () { return i.fit() })) } return t.prototype.options = { maxRowHeight: 280, refitOnResize: !void 0, refitOnResizeDelay: !1, defaultAspectRatio: 1, maxRowHeightPolicy: "tail", maxRows: !1, highResImagesWidthThreshold: 350, innerGap: 10, showTailWhenNotEnoughItemsForEvenOneRow: !1 }, t.prototype.getItems = function () { return this.el.querySelectorAll("div") }, t.prototype.getItemsSubset = function (t, e) { var i, o, s, n, h, r; if (s = this.getItems(), e || (e = s.length - t), t > s.length) return !1; for (t + e > s.length && (e = s.length - t), r = [], o = n = 0, h = s.length; n < h; o = ++n)i = s[o], t <= o && o < t + e && r.push(i); return r }, t.prototype.isLastItemsSubset = function (t, e) { var i; return t > (i = this.getItems()).length || t + e > i.length }, t.prototype.getItemAspectRatio = function (t) { return t.getAttribute("data-aspect-ratio") ? t.getAttribute("data-aspect-ratio") : this.options.defaultAspectRatio }, t.prototype.getItemWidthForGivenHeight = function (t, e) { return e * this.getItemAspectRatio(t) }, t.prototype.getItemHeightForGivenWidth = function (t, e) { return e / this.getItemAspectRatio(t) }, t.prototype.setItemSizeByGivenHeight = function (t, e) { var i; return i = Math.floor(this.getItemWidthForGivenHeight(t, e)), t.style.width = i + "px", t.style.height = Math.floor(e) + "px", i }, t.prototype.calculateHeightToFit = function (t) { var e, i, o, s, n; for (i = o = n = 0, s = t.length; o < s; i = ++o)e = t[i], n += parseFloat(this.getItemAspectRatio(e)); return (this.baseWidth - this.options.innerGap * (t.length - 1)) / n }, t.prototype.retrievebaseWidth = function () { var t; return t = parseFloat(this.getElmWidth(this.el)), this.baseWidth = isNaN(t) ? 0 : t, t }, t.prototype.fit = function () { var t, e, i, o; for (this.retrievebaseWidth(), e = void 0, o = 0, t = !(i = 1), 1; ;) { if (e = this.getItemsSubset(o, i), this.isLastItemsSubset(o, i)) { e.length && this.fitItems(e); break } this.calculateHeightToFit(e) > this.options.maxRowHeight ? i++ : (this.fitItems(e), o += i, i = 1, t = !0, 0) } if (!t) return this.options.showTailWhenNotEnoughItemsForEvenOneRow && (this.options.maxRowHeightPolicy = "tail"), this.fitItems(this.getItems()) }, t.prototype.fitItems = function (t) { var e, i, o, s, n, h, r, a, l, p, g, u, c; if ((s = this.calculateHeightToFit(t)) > this.options.maxRowHeight) switch (this.options.maxRowHeightPolicy) { case "hide": for (n = r = 0, p = t.length; r < p; n = ++r)(o = t[n]).style.display = "none"; return; case "crop": s = this.options.maxRowHeight; break; case "tail": s = this.options.maxRowHeight, h = !0 }for (n = a = e = 0, g = t.length; a < g; n = ++a)(o = t[n]).style.display = "block"; for (n = l = 0, u = t.length; l < u; n = ++l)o = t[n], e += this.setItemSizeByGivenHeight(o, s), o.style.marginRight = n < t.length - 1 ? this.options.innerGap + "px" : "0px", o.style.marginBottom = this.options.innerGap + "px"; if (!h && e !== this.baseWidth - (t.length - 1) * this.options.innerGap) return i = this.baseWidth - (t.length - 1) * this.options.innerGap - e, c = this.getElmWidth(t[t.length - 1]), t[t.length - 1].style.width = c + i + "px" }, t.prototype.getElmWidth = function (t) { return t.getBoundingClientRect().width }, t }();
</script>

<!-- TradeDoubler site verification 3150998 -->
</head>
<body>

<header class="">
<logo>
<a href="/">
<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(-30.000000, -31.000000)">
<path d="M33,34 L33,55 L30,55 L30,32 L30,31 L54,31 L54,34 L33,34 Z M36,37 L59,37 L59,60 L36,60 L36,37 Z M39,40 L39,57 L56,57 L56,40 L39,40 Z M50,44 L53,44 L53,48 L50,48 L50,44 Z M49,51 L53,51 L53,54 L49,54 L49,51 Z M42,51 L46,51 L46,54 L42,54 L42,51 Z" id="logo" fill="#3BC6A2"></path>
</g>
</svg>
<h2></h2>
</a>
</logo>
<search>
<form action="/search/search" method="post"> <button type="submit"><icon gray><svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><g><path d="M80.8,75.2L61.6,55.9C64.3,52,66,47.2,66,42c0-13.2-10.8-24-24-24S18,28.8,18,42s10.8,24,24,24c5.2,0,10-1.7,13.9-4.4 l19.3,19.3c1.6,1.6,4.1,1.6,5.7,0C82.4,79.3,82.4,76.7,80.8,75.2z M26,42c0-8.8,7.2-16,16-16s16,7.2,16,16s-7.2,16-16,16 S26,50.8,26,42z"></path></g></svg></icon></button>
<input type="text" placeholder="Search" name="query" />
<input type="hidden" value="header" name="place" />
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8BBd--NJZWNEvuDh35WG3x9pRq2ddsqeuIXh6bN3YjidfY3weUWrCOgKpRKbN4mNKRSZ_SLCrtYPMtfjJsLhN3dNo6bz_1iuP-GElTg73ZlHVsRVmMFLlISn6WdG6PfMUXASCy2kHaZY9QcOFRndbOU" /></form> </search>
<menu>
<a href="/browse">Browse all</a>
<a href="/pricing">Always free</a>
</menu>

<user>
<a href="#" class="login">Log in</a>
<a href="#" class="signup">Sign up</a>
</user>


<burgericon>
<svg width="28px" height="6px" viewBox="0 0 28 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-1297.000000, -43.000000)" fill="#000000">
<path d="M1300,49 C1298.34315,49 1297,47.6568542 1297,46 C1297,44.3431458 1298.34315,43 1300,43 C1301.65685,43 1303,44.3431458 1303,46 C1303,47.6568542 1301.65685,49 1300,49 Z M1311,49 C1309.34315,49 1308,47.6568542 1308,46 C1308,44.3431458 1309.34315,43 1311,43 C1312.65685,43 1314,44.3431458 1314,46 C1314,47.6568542 1312.65685,49 1311,49 Z M1322,49 C1320.34315,49 1319,47.6568542 1319,46 C1319,44.3431458 1320.34315,43 1322,43 C1323.65685,43 1325,44.3431458 1325,46 C1325,47.6568542 1323.65685,49 1322,49 Z"></path>
</g>
</g>
</svg>
</burgericon>

<burgermenu>
<mobile>
<a href="#" class="login">Log in</a>
<a href="#" class="signup">Sign up</a>
</mobile>
<a href="/browse">Browse all</a>
<a href="/pricing">Always free</a>
</burgermenu>

<megamenu>
<div class="top">
<span data="digital" class="active">Digital</span>
<span data="print">Print</span>
</div>
<div class="menus">
<div data="digital" class="active">
<ul>
<li><a href="/tag/mobile">Mobile phones</a></li>
<li><a href="/tag/desktop">Desktop computers</a></li>
<li><a href="/tag/laptop">Laptop computers</a></li>
<li><a href="/tag/tablet">Tablets</a></li>
<li><a href="/search/watch">Watchs</a></li>
<li><a href="/tag/tv">TV's</a></li>
</ul>
<ul>
<li><a href="/tag/iphone">iPhone</a></li>
<li><a href="/tag/iphone-xs-max">iPhone XS Max</a></li>
<li><a href="/tag/iphone-x">iPhone X/S</a></li>
<li><a href="/tag/iphone-8">iPhone 8</a></li>
<li><a href="/tag/iphone-7">iPhone 6/7</a></li>
<li><a href="/tag/iphone-5">iPhone 5/S</a></li>
</ul>
<ul>
<li><a href="/tag/ipad">iPad</a></li>
<li><a href="/tag/ipad-pro">iPad Pro</a></li>
<li><a href="/tag/ipad-mini">iPad Mini</a></li>
</ul>
<ul>
<li><a href="/tag/android">Android devices</a></li>
<li><a href="/tag/samsung">Samsung</a></li>
<li><a href="/tag/nokia">Nokia</a></li>
<li><a href="/tag/lg">LG</a></li>
</ul>
<ul>
<li><a href="/tag/macbook">MacBook / Pro</a></li>
<li><a href="/tag/pc">PC computers</a></li>
<li><a href="/tag/imac">iMac</a></li>
</ul>
</div>
<div data="print">
<ul>
<li><a href="https://canvy.app" target="_blank">Wall Mockups</a></li>
<li><a href="/tag/business-card">Business cards</a></li>
<li><a href="/tag/paper">Paper</a></li>
<li><a href="/tag/prints">Prints</a></li>
</ul>
<ul>
<li><a href="/tag/frame">Frames</a></li>
<li><a href="/search/black-frame">Black frames</a></li>
<li><a href="/search/white-frame">White frames</a></li>
</ul>
<ul>
<li><a href="/tag/canvas">Canvas</a></li>
<li><a href="/tag/easel ">Easel</a></li>
</ul>
<ul>
<li><a href="/tag/billboard ">Billboards</a></li>
</ul>
</div>
</div>
</megamenu>
</header>


<article class="textpage">
<h1 class="underline">Oops! The page could not be found!</h1>

<p>Try some links below:</p>
<ul class="list">
<li><a href="/browse">Browse all mockups</a></li>
<li><a href="/search/iphone">Browse iPhone mockups</a></li>
<li><a href="/search/ipad">Browse iPad mockups</a></li>
<li><a href="/search/android">Browse Android mockups</a></li>
</ul>

</article>

<footer>
<div>
<div class="left">
<logo>
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<path style="fill: #fff;fill-rule: evenodd;" d="M784,151h3V113h38v-3H784v41Zm10-31h40v40H794V120Zm3,3h34v34H797V123Zm25,4h3v10h-3V127Zm-0.012,21H815v3h10V141h-3ZM801,148h10v3H801v-3Z" transform="translate(-784 -110)" />
</svg>
<h2>MockupPhotos</h2>
</logo>
<p>MockupPhotos.com is a online mockup platform for high quality mockup photos, made by independent creatives from all around the world.</p>

</div>

<div class="right">
<ul>
<li><h3>Freebies</h3></li>
<li><a href="/freebies">All free mockups</a></li>
<li><a href="/freebies?filter=print,free,any,newest,any">Free print mockups</a></li>
<li><a href="/tag/iphone-x?filter=any,free,any,relevance,any">Free iPhone X mockups</a></li>
<li><a href="/tag/ipad?filter=any,free,any,relevance,any">Free iPad mockups</a></li>
<li><a href="https://canvy.app" target="_blank">Wall Mockups</a></li>
</ul>
</div>
</div>
</footer>

<script type="text/javascript" src="/scripts/production/Site/1563724362390.js"></script>


<script>
// GA
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-59950648-5', 'auto');
ga('send', 'pageview');
</script>

<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Organization",
"url": "https://mockup.photos/",
"logo": "https://mockup.photos/Images/Site/metalogo.png"
}
</script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.