chg: rm Google Analytics, add submit link to header
This commit is contained in:
parent
0ec6c24004
commit
f66fb1b9a4
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
@ -38,6 +30,9 @@
|
|||||||
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
||||||
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://t.me/modules_lol_bot" class="text-white hover:text-gray-400 flex items-center">
|
||||||
|
<i class="fas fa-plus mr-2"></i> Submit
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
NOT FINISHED YET
|
NOT FINISHED YET
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
@ -38,6 +30,9 @@
|
|||||||
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
||||||
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://t.me/modules_lol_bot" class="text-white hover:text-gray-400 flex items-center">
|
||||||
|
<i class="fas fa-plus mr-2"></i> Submit
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
NOT FINISHED YET
|
NOT FINISHED YET
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
@ -38,6 +30,9 @@
|
|||||||
<p class="text-gray-300 flex items-center">
|
<p class="text-gray-300 flex items-center">
|
||||||
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</p>
|
</p>
|
||||||
|
<a href="https://t.me/modules_lol_bot" class="text-white hover:text-gray-400 flex items-center">
|
||||||
|
<i class="fas fa-plus mr-2"></i> Submit
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
NOT FINISHED YET
|
NOT FINISHED YET
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
@ -38,6 +30,9 @@
|
|||||||
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
||||||
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://t.me/modules_lol_bot" class="text-white hover:text-gray-400 flex items-center">
|
||||||
|
<i class="fas fa-plus mr-2"></i> Submit
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
NOT FINISHED YET
|
NOT FINISHED YET
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -15,14 +15,6 @@
|
|||||||
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
<meta property="twitter:description" content="modules.lol is an open-source 'app store' for Android apps and Magisk/KernelSU modules." />
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-FYEEKTVVK2');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
@ -38,6 +30,9 @@
|
|||||||
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
<a href="/modules" class="text-white hover:text-gray-400 flex items-center">
|
||||||
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
<i class="fas fa-puzzle-piece mr-2"></i> Modules
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://t.me/modules_lol_bot" class="text-white hover:text-gray-400 flex items-center">
|
||||||
|
<i class="fas fa-plus mr-2"></i> Submit
|
||||||
|
</a>
|
||||||
<!--
|
<!--
|
||||||
NOT FINISHED YET
|
NOT FINISHED YET
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user