metrojobb.se Ads.txt file
<!DOCTYPE html>
<html>
<head>
<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=Lato&family=Lexend:wght@700&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MetroJobb</title>
<style type="text/css">
body {
background: #F1F7F7;
color: #011417;
}
@keyframes fadeIn {
from {top: 20%; opacity: 0;}
to {top: 100; opacity: 1;}
}
@-webkit-keyframes fadeIn {
from {top: 20%; opacity: 0;}
to {top: 100; opacity: 1;}
}
.wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
animation: fadeIn 1000ms ease;
-webkit-animation: fadeIn 1000ms ease;
}
h1 {
font-size: 50px;
font-family: 'Lexend', sans-serif;
margin-bottom: 0;
line-height: 1;
text-align: center;
font-weight: 700;
}
.dot {
color: #4FEBFE;
}
p {
text-align: center;
margin: 14px;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>MetroJobb<span class="dot">.</span></h1>
<p>The all new website will be launching very soon.</p>
</div>
</body>
</html>