yasir commited on
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
|
|
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
|
@@ -581,6 +583,12 @@ font-family: 'Barlow Condensed';
|
|
| 581 |
|
| 582 |
|
| 583 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 584 |
<script type="module">
|
| 585 |
// Import the functions you need from the SDKs you need
|
| 586 |
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
+
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script>
|
| 5 |
+
|
| 6 |
<meta charset="UTF-8">
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 8 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
|
|
|
| 583 |
|
| 584 |
|
| 585 |
</div>
|
| 586 |
+
<script type="text/javascript">
|
| 587 |
+
aclib.runAutoTag({
|
| 588 |
+
zoneId: 'gxrjxefom8',
|
| 589 |
+
});
|
| 590 |
+
</script>
|
| 591 |
+
|
| 592 |
<script type="module">
|
| 593 |
// Import the functions you need from the SDKs you need
|
| 594 |
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
|