-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Freemdis : Discover Freemius plugins easily </title>
<script src="https://kit.fontawesome.com/7dc3015a44.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="./src/cards.css" />
<link rel="stylesheet" href="/node_modules/cookie-consent-js/src/cookie-consent.css"/>
</head>
<body>
<noscript>Please enable Javascript for this site to function.</noscript>
<script type="module" src="/src/main.js"></script>
<script src="/node_modules/cookie-consent-js/src/cookie-consent.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9SYRRPC2C8"></script>
<script async>
document.addEventListener('DOMContentLoaded', function(){
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9SYRRPC2C8');
});
</script>
</body>
</html>