mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Maza ad blocking - Like Pi-hole but local</title>
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
|
|
<meta name="author" content="Andros Fenollosa">
|
|
<meta name="keywords" content="ad, bloking, pi-hole, adwords">
|
|
<meta name="description" content="Local ad blocker. Like Pi-hole but local and using your operating system.">
|
|
<meta property="og:image" content="img/miniatura.png">
|
|
<link rel="stylesheet" type="text/css" href="css/tailwinds/dist.css">
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
<script src="js/main.js"></script>
|
|
</head>
|
|
<body class="bg-orange flex justify-center items-center h-screen flex-col">
|
|
<p>
|
|
<img class="w-1/2 mx-auto" src="img/logo.png" alt="Y combinator logo">
|
|
</p>
|
|
<h1 class="text-white text-5xl uppercase">Maza ad blocking</h1>
|
|
<h2 class="text-white text-2xl text-center">Local ad blocker. Like Pi-hole but local and using your operating system</h2>
|
|
<p class="text-md text-yellow text-center">Simple, native and efficient local advertising blocker. Compatible with macOS and Linux.</p>
|
|
<p>
|
|
<a class="block border rounded px-5 py-3 text-white text-3xl bg-blue hover:bg-bluedark mt-5" href="https://github.com/tanrax/maza-ad-blocking">Install</a>
|
|
</p>
|
|
<footer class="mt-10">
|
|
<p>
|
|
<span class="text-white">Author:</span> <a target="_blank" class="text-yellow" href="https://programadorwebvalencia.com/">Andros Fenollosa</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|