mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
header: deleting mirror links & minor fixes
This commit is contained in:
parent
e7f36dd5bc
commit
e8718fd2ca
2 changed files with 5 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ Warm regards, The Freedium Team
|
|||
<nav id="header" class="fixed w-full z-9 top-0 dark:bg-gray-800 dark:text-white bg-white shadow" style="z-index: 999990;">
|
||||
{% if enable_ads_header %}
|
||||
<div class="w-full bg-yellow-400 text-center py-1 px-4">
|
||||
<p class="text-yellow-900">Advertise here and support our project! Reach out to us at admin@freedium.com</p>
|
||||
<p class="text-yellow-900">Advertise here and support our project! Reach out to us at admin@freedium.cfd</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div id="progress" class="h-1 z-20 top-0" style="background:linear-gradient(to right, #4dc0b5 var(--scroll), transparent 0)"></div>
|
||||
|
|
@ -111,16 +111,6 @@ Warm regards, The Freedium Team
|
|||
href="https://codeberg.org/Freedium-cfd/web"
|
||||
target="_blank">Source code</a>
|
||||
</li>
|
||||
<li class="mr-3">
|
||||
<a class="inline-block text-gray-600 dark:text-white no-underline hover:text-gray-900 dark:hover:text-white hover:text-underline py-2 px-4"
|
||||
href="https://freedium-miror-saqg.vercel.app/"
|
||||
target="_blank">Mirror 1</a>
|
||||
</li>
|
||||
<li class="mr-3">
|
||||
<a class="inline-block text-gray-600 dark:text-white no-underline hover:text-gray-900 dark:hover:text-white hover:text-underline py-2 px-4"
|
||||
href="https://freedium-mirror.vercel.app/"
|
||||
target="_blank">Mirror 2</a>
|
||||
</li>
|
||||
<li class="mr-3">
|
||||
<a class="inline-block text-gray-600 dark:text-white no-underline hover:text-gray-900 dark:hover:text-white hover:text-underline py-2 px-4"
|
||||
href="https://romans-status-page.vercel.app/status/freedium"
|
||||
|
|
@ -392,4 +382,4 @@ document.addEventListener('scroll', function () {
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
<div class="container w-full md:max-w-3xl mx-auto pt-20 break-words text-gray-900 dark:text-gray-200 bg-white dark:bg-gray-800">
|
||||
<div class="w-full px-4 md:px-6 text-xl text-gray-800 dark:text-gray-100 leading-normal" style="font-family:Georgia,serif;">
|
||||
{% if enable_ads_header %}
|
||||
<div class="pt-8"></div>
|
||||
{% endif %}
|
||||
<div class="font-sans">
|
||||
<p class="text-base md:text-sm text-green-500 font-bold pb-3">
|
||||
<a href="{{ url }}#bypass" class="text-sm md:text-sm text-green-500 font-bold no-underline hover:underline ">< Go to the original</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue