-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
46 lines (46 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LeadIQ GraphQL - Contact Search</title>
<link rel="shortcut icon" type="image/png" href="https://account.leadiq.com/app/favicon.png"/>
</head>
<body>
<script src="https://api.apiary.io/seeds/embed.js"></script>
<script>
var embed = new Apiary.Embed({
"subdomain": "dataiq",
"preferences": {
"defaultHost": "production"
},
"hosts": [
"production"
],
"codeExamples": [
"cUrl",
"javaScript",
"go",
"scala",
"java",
"python",
"ruby"
],
"customFonts": {
"googleFonts": "https://fonts.googleapis.com/css?family=Roboto"
},
"theme": {
"fontFamily": "Roboto",
"machineColumn": {
"content": {
"blankSlate": {
"title": {
"color": "#6B9617"
}
}
}
}
}
});
</script>
</body>
</html>