|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <!-- META --> |
| 5 | + <!-- Meta --> |
6 | 6 | <meta charset="UTF-8"> |
7 | 7 | <title>{% block title %}{% endblock %}</title> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
|
26 | 26 | <link rel="stylesheet" href="static/custom.css"> |
27 | 27 | <link rel="icon" href="static/favicon.ico"> |
28 | 28 | <meta name="msvalidate.01" content="BADB1605403452D1F9CB0E93E71BCEA6"> |
| 29 | + <!-- Meta End --> |
29 | 30 | <script defer data-domain="openandroidinstaller.org" |
30 | 31 | src="https://plausible.io/js/script.outbound-links.file-downloads.js"></script> |
31 | 32 | <script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script> |
|
56 | 57 |
|
57 | 58 | <body> |
58 | 59 | <div> |
59 | | - <!-- NAV --> |
| 60 | + <!-- Nav --> |
60 | 61 | <nav class="navbar py-4"> |
61 | 62 | <div class="container is-fluid"> |
62 | 63 | <div class="navbar-brand"> |
|
97 | 98 | </div> |
98 | 99 | </div> |
99 | 100 | </nav> |
100 | | - <!-- NAV End --> |
| 101 | + <!-- Nav End --> |
101 | 102 |
|
102 | 103 | <!-- Main --> |
103 | 104 | {% block content %} |
|
165 | 166 | </div> |
166 | 167 | </body> |
167 | 168 | <link rel="stylesheet" href="static/all.min.css"> |
168 | | -<!-- Track button clicks--> |
| 169 | +<!-- Track button clicks --> |
169 | 170 | <script> |
170 | 171 | document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); }); |
171 | 172 | document.getElementById('download-banner').addEventListener("click", function () { plausible('download-banner'); }); |
172 | 173 | document.getElementById('demo-video').addEventListener("click", function () { plausible('demo-video-started'); }); |
173 | 174 | document.getElementById('contribute-button').addEventListener("click", function () { plausible('contribute-button'); }); |
174 | 175 | document.getElementById('getting-started-button').addEventListener("click", function () { plausible('getting-started'); }); |
175 | 176 | </script> |
176 | | -<!--Automatically close all the other <details> tags after opening a specific <details> tag--> |
| 177 | +<!--Automatically close all the other <details> tags after opening a specific <details> tag --> |
177 | 178 | <script> |
178 | 179 | // Fetch all the details element. |
179 | 180 | const details = document.querySelectorAll("details"); |
|
190 | 191 | }); |
191 | 192 | }); |
192 | 193 | </script> |
193 | | -<!--Script for vertical tabs--> |
| 194 | +<!--Script for vertical tabs --> |
194 | 195 | <script> |
195 | 196 | function openTab(event, tabName) { |
196 | 197 | // Declare all variables |
|
0 commit comments