hercules.finance Ads.txt file
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>We've Moved!</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="container">
<div class="row flex-column flex-md-row align-items-center g-4 g-md-5">
<div class="col">
<div class="box-fadein">
<div class="row flex-column g-5">
<div class="col">
<div class="">
<a href="https://hercules-finance.com/forex-broker/" rel="nofollow noopener noreferrer" class="d-inline-block" data-i18n-href="logo">
<img src="herculesfinance_logo_201906.png" alt="Hercules.Finance" class="page-logo">
</a>
</div>
</div><!--.col-->
<div class="col">
<h1 class="mt-0 mb-4 display-1" data-i18n="title">We've Moved!</h1>
<div class="fs-4">
<p class="mb-2" data-i18n="description"><strong>Hercules.Finance</strong> has moved to <a href="https://hercules-finance.com/forex-broker/" rel="nofollow noopener noreferrer" class="d-inline-block fw-bold text-reset">hercules-finance.com</a>.</p>
<p class="mb-0" data-i18n="find_us">You can find us at the following link:</p>
</div><!--.col-->
</div><!--.col-->
<div class="col">
<a href="https://hercules-finance.com/forex-broker/" class="btn-spotty-horse-48 py-4 fs-1 text-uppercase" data-i18n-href="main">
<strong data-i18n="visit">Visit a New Site</strong>
<div id="container-stars">
<div id="stars"></div>
</div>
<div id="glow">
<div class="circle"></div>
<div class="circle"></div>
</div>
</a>
<!--button type="button" class="btn-wonderful-walrus-87 px-sm-5 py-3 fs-1 text-uppercase" href="https://hercules-finance.com/forex-broker/">
Button
</button-->
</div><!--.col-->
<div class="col">
<div class="d-flex align-items-center justify-content-center justify-content-md-start social-icons">
<a href="https://www.facebook.com/hercules.finance" class="text-light me-4" aria-label="Facebook" target="_blank" rel="nofollow noopener noreferrer"><i class="fab fa-facebook fa-fw me-2"></i><span data-i18n="facebook">Facebook</span></a>
<a href="https://x.com/hercules_invest" class="text-light me-4" aria-label="Twitter" target="_blank" rel="nofollow noopener noreferrer"><i class="fab fa-twitter fa-fw me-2"></i><span data-i18n="twitter">X (Twitter)</span></a>
<a href="https://www.instagram.com/herculesfinance/" class="text-light" aria-label="Instagram" target="_blank" rel="nofollow noopener noreferrer"><i class="fab fa-instagram fa-fw me-2"></i><span data-i18n="instagram">instagram</span></a>
</div>
</div><!--.col-->
</div><!--.row-->
</div><!--.box-fadein--->
</div><!--.col-->
<div class="col">
<div class="py-4 px-lg-5">
<a href="https://hercules-finance.com/forex-broker/" rel="nofollow noopener noreferrer" class="d-inline-block" data-i18n-href="thumb">
<img src="thumb001.png" alt="Hercules.Finance has moved" class="page-thumb" loading="lazy">
</a>
</div>
</div><!--.col-->
</div><!--.row-->
<nav class="nav justify-content-center mt-5" aria-label="Language selection">
<span class="nav-link disabled"><i class="fa-solid fa-language"></i></span>
<a href="/" class="nav-link text-light">English</a>
<a href="/?lang=zh" class="nav-link text-light">简体中文</a>
<a href="/?lang=it" class="nav-link text-light">Italiano</a>
<a href="/?lang=es" class="nav-link text-light">Español</a>
<a href="/?lang=fr" class="nav-link text-light">Français</a>
</nav>
</div><!--.container-->
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="translations.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const params = new URLSearchParams(window.location.search);
const lang = params.get("lang") || "en";
const translations = window.translations[lang] || window.translations["en"];
document.querySelectorAll('[data-i18n]').forEach(el => {
const key = el.dataset.i18n;
if (translations[key]) el.innerHTML = translations[key];
});
document.querySelectorAll('[data-i18n-href]').forEach(el => {
const key = el.dataset.i18nHref;
if (translations.hrefs?.[key]) el.href = translations.hrefs[key];
});
document.documentElement.lang = lang;
});
</script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9405544d7e1b380a',t:'MTc0NzM0MDM1Ny4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>