-
Notifications
You must be signed in to change notification settings - Fork 12
/
INFO.html
54 lines (52 loc) · 2.15 KB
/
INFO.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
<html>
<head>
<title>Anyline SDK Documentation Links</title>
<style type="text/css">
body{
font-family: 'Lato','proxima-nova','Helvetica Neue',Arial,sans-serif;
font-weight: normal;
}
.page-header {
/* background: #000 url("/_static/header.png") no-repeat scroll right center; */
background: #000;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 150px;
text-align: center;
}
h1, h2 {
font-weight: normal;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
color: #0099FF;
}
a:hover{
color: #007ACC;
}
</style>
</head>
<body>
<div class="page-header">
<h1 style="margin: 0px; padding: 20px;">Anyline SDK</h1>
<h2>Anyline Documentation Links</h2>
</div>
<ul style="list-style-type: none;">
<li><a href="https://documentation.anyline.io">Developer Documentation</a></li>
<li><a href="https://anyline.com/samples">Example Sheets</a></li>
<li><hr></li>
<li><a href="https://documentation.anyline.io/toc/platforms/android/getting_started.html">Android Getting Started</a></li>
<li><a href="https://documentation.anyline.io/toc/platforms/android/release_guide/index.html">Android Release Notes</a></li>
<li><a href="https://documentation.anyline.io/api/android/index.html">Android API Reference</a></li>
<li><hr></li>
<li><a href="https://documentation.anyline.io/toc/platforms/ios/getting_started.html">iOS Getting Started</a></li>
<li><a href="https://documentation.anyline.io/toc/platforms/ios/release_guide/index.html">iOS Release Notes</a></li>
<li><a href="https://documentation.anyline.io/api/ios/index.html">iOS API Reference</a></li>
</ul>
</body>
</html>