olivevideoeditor.org Ads.txt file
<html>
<head>
<style type="text/css">
html, body {
height: 100%;
}
body {
background: linear-gradient(to bottom, #000000, #181818) #000000;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Lato', sans-serif;
font-weight: 300;
}
h1, h3 {
font-weight: 300;
}
a {
color: #c0c0c0;
}
</style>
<title>Olive Video Editor</title>
<link rel="icon" type="image/svg+xml" href="/img/olive-adaptive.svg">
<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:ital,wght@0,300;0,400;1,300;1,400&family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<h1>Olive will return...</h1>
<img src="/img/olive-white.svg">
<h3>Old downloads can be found on <a href="https://github.com/olive-editor/olive/releases">GitHub</a></h3>
</body>
</html>