-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 1.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<meta content="#000000" name="theme-color"/>
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://matomo.mongulu.cm/js/container_ywbDIrkt.js'; s.parentNode.insertBefore(g,s);
</script>
<!-- End Matomo Tag Manager -->
<link href="./manifest.webmanifest" rel="manifest"/>
<link href="./favicon.png" rel="shortcut icon"/>
<link href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/algolia-min.css" rel="stylesheet"/>
<link href="./src/index.css" rel="stylesheet"/>
<link href="./src/app.css" rel="stylesheet"/>
<title>
Integrations hero
</title>
</head>
<body>
<div class="ais-InstantSearch">
<h1>
Integrations hero
</h1>
<h4>
Unlock the full power of your apps! Simply search for an app and see all the integrations available across Zapier, Make and more ...
<h4>
Latest data update - March 02, 2023 for Zapier, n8n, Make, Pipedream and July 28th,2023 for others
</h4>
<div class="ais-SearchBox" id="searchbox">
</div>
<div class="left-panel">
<div id="clear-refinements">
</div>
<h2>
Tool
</h2>
<div id="brand-list">
</div>
</div>
<div class="right-panel">
<div id="hits">
</div>
<div id="pagination">
</div>
</div>
</h4>
</div>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js">
</script>
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js">
</script>
<script src="./src/app.js">
</script>
</body>
</html>