-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (50 loc) · 2.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Yax.com · API</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, follow" />
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.13.1";
analytics.load("6FavLc7XSWpcaOQg3KCYEhF3NG7wXKa8");
analytics.page('API Home', {
title: 'API Home',
url: 'https://api.yax.com/api-home'
});
}}();
analytics.ready(function () {
ga('require', 'linker');
ga('linker:autoLink', ['yax.com']);
});
</script>
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="https://assets.yax.com/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://assets.yax.com/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://assets.yax.com/images/favicons/favicon-16x16.png">
<link rel="manifest" href="https://assets.yax.com/images/favicons/site.webmanifest">
<meta name="description" content="API services for Yax.com.">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.css">
<script type="module" src="https://assets.yax.com/scripts/yax-tags-library.js"></script>
</head>
<body>
<header style="min-height: 64px;">
<yax-navbar></yax-navbar>
</header>
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title">
API for Yax.com
</h1>
<h2 class="subtitle">
There are no user features or content available here
</h2>
</div>
</div>
</section>
<footer>
<yax-footer></yax-footer>
</footer>
</body>
</html>