forked from pureexe/irin-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegrate.html
97 lines (90 loc) · 4.27 KB
/
integrate.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Rivescript - ไอริน ระบบตอบโต้อัตโนมัติ</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="/">ไอริน</a></h1>
<nav id="nav">
<ul>
<li>
<a href="#">คุยกับ...</a>
<ul>
<li><a href="https://web.irin.in.th">ไอริน</a></li>
<li><a href="https://www.facebook.com/1376575142661760">มูมู่</a></li>
</ul>
</li>
<li>
<a href="">เรียนรู้</a>
<ul>
<li><a href="#" onclick="alert('ส่วนนี้ยังไม่พร้อมใช้งาน');">ใช้ไอรินบนแอปของคุณ</a></li>
<li><a href="#" onclick="alert('ส่วนนี้ยังไม่พร้อมใช้งาน');">วิธีการใช้ตัวจัดการบอท</a></li>
<li><a href="rivescript">วิธีการใช้ Rivescript</a></li>
</ul>
</li>
<li><a href="mumu">สอนมูมู่</a></li>
<li><a href="service" class="button special">สร้างบอท</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>ใช้ไอรินบนแอปของคุณ</h2>
<p>แนวทางในการประยุกต์ใช้ไอรินหรือบอทที่คุณสร้างขึ้นบนแอปของคุณ</p>
</header>
<!-- Content -->
<section id="content">
<h3>ประยุกต์ใช้ไอรินได้อย่างไรบ้าง</h3>
<p>ไอริน อยู่ในรูปแบบของ Rivescript เราสามารถนำ Rivescript ไปใช้โดยตรงหรือติดต่อผ่าน Restful API ก็ได้</p>
<hr/>
<h3>ทำ Rest API ให้ไอรินด้วย Node.JS</h3>
<p>[กำลังเพิ่มเนื้อหา]</p>
<hr/>
<h3>นำไอรินมาใช้ผ่านเบราว์เซอร์</h3>
<p>[กำลังเพิ่มเนื้อหา]</p>
<hr/>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/irinbot" target="_blank" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/pureexe" target="_blank" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© ไอริน. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Created : <a href="http://www.pureapp.in.th">Pure's app</a></li>
</ul>
</footer>
</body>
</html>