papirflyet.no Ads.txt file
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<title>FriggCMS - Error 404</title>
<style>
body {
margin: 0;
font-family: 'Roboto', sans-serif;
}
#landing_bg {
background: #383838;
background: radial-gradient(circle, #383838 0%, #000000 100%);
height: 100vh;
background-size: cover;
display: flex;
}
.content_container {
max-width: 1200px;
margin: auto;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
}
.logo img {
width: 100%;
max-width: 450px;
margin-bottom: 20px;
}
.text {
display: grid;
grid-template-columns: 1fr;
}
h1 {
text-transform: uppercase;
letter-spacing: 3px;
}
h1.error {
font-size: 3rem;
font-weight: 900;
}
a {
text-decoration: none;
color: #7d60c2;
}
a:hover {
color: #a17df7;
transition: .3s;
}
@media only screen and (min-width: 992px) {
.text {
grid-template-columns: 5fr 1fr 5fr;
}
}
</style>
</head>
<body>
<section id="landing_bg">
<div class="content_container animate__animated animate__fadeIn animate__slower">
<div class="logo">
<img src="/gfx/frigg_logo.png" id="logo" />
</div>
<h1 class="error animate__animated animate__shakeX animate__delay-1s">404</h1>
<div class="text">
<div>
<h1>SIDEN EKSISTERER IKKE</h1>
<p>
Siden du leter etter finnes enten ikke eller har blitt fjernet.<br />
Hvis du forventet å se noe her så ta gjerne kontakt med oss på:
<br />
<span id="lblContactInfoNo">Label</span>
Hvis du forventet å se noe her så ta gjerne kontakt med oss gjennom vårt <a href="https://kreatif-support.zendesk.com/hc/no">kundesenter</a>.
</p>
</div>
<div>
<h1>//</h1>
</div>
<div>
<h1>SITE DOES NOT EXIST</h1>
<p>
The site you are looking for does not exist or has been removed.
<br />
If you expected to see something here, please contact us through:
<br />
<span id="lblContactInfoEn">Label</span>
If you expected to see something here, please contact us through our <a href="https://kreatif-support.zendesk.com/hc/no">customer center</a>.
</p>
</div>
</div>
</div>
</section>
</body>
</html>