-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
572 lines (464 loc) · 27.5 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Text as a Universal UI: Tweet to Control Our Smart Light Bulbs!">
<meta name="author" content="Xuchen Yao">
<link rel="shortcut icon" href="http://kitt.ai/assets/img/blue-icon-32.ico">
<link rel="apple-touch-icon" href="http://kitt.ai/assets/img/blue-icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="http://kitt.ai/assets/img/blue-icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="http://kitt.ai/assets/img/blue-icon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="http://kitt.ai/assets/img/blue-icon-152.png">
<link rel="alternate" type="application/rss+xml" title="KITT.AI" href="http://kitt.ai/blog/rss.xml"></link>
<title>TweetBulb</title>
<!-- Bootstrap Core CSS -->
<link href="http://kitt.ai/assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="http://kitt.ai/assets/css/landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="http://kitt.ai/assets/font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="/#home">KITT.AI</a>
<!-- <a class="navbar-brand page-scroll" href="#home">
<img src="http://kitt.ai/assets/img/blue-logo-small.png" alt="">
</a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="http://kitt.ai/#home">Home</a></li>
<li>
<a class="page-scroll" href="http://kitt.ai/#about">Technologies</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle page-scroll"
data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Products<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://kitt.ai/#products">Overview</a></li>
<li role="separator" class="divider"></li>
<li><a href="http://parsetron.kitt.ai">Parsetron</a></li>
<li><a href="http://tweetbulb.kitt.ai">TweetBulb</a></li>
<li role="separator" class="divider"></li>
<li class="disabled"><a>Answertron</a></li>
<li class="disabled"><a>Snowboy</a></li>
</ul>
</li>
<li>
<a class="page-scroll" href="#footer">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '107656122911329',
xfbml : true,
version : 'v2.4'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<section id="tweetbulb-home">
<!-- Header -->
<div class="tweetbulb-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1><div><span style="color:#ff0000;">T</span><span style="color:#ff7f00;">w</span><span style="color:#ffff00;">e</span><span style="color:#00ff00;">e</span><span style="color:#00ffff;">t</span><span style="color:#0000ff;">B</span><span style="color:#8b00ff;">u</span><span style="color:#ff0000;">l</span><span style="color:#ff7f00;">b</span></div></h1>
<h3>tweet to control our smart lights</h3>
<h4>then watch them respond on YouTube live stream</h4>
<hr class="intro-divider">
<h5>Powered by Natural Language Understanding Technologies from KITT.AI</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 center-block bottom-align">
<a href="#tweetbulb-social" class="page-scroll btn btn-circle btn-dark" role="button">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.tweetbulb-header -->
</section>
<section id="tweetbulb-social">
<div class="intro-about">
<div class="container">
<div class="col-md-12 text-center">
<h2 class="text-primary"><i class="fa fa-arrow-circle-right"></i>
Step 1/2: TweetBulb Understands Natural Language Commands<br>
<small>from Twitter, Facebook, or e-mail</small></h2>
</div>
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 text-center">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#twitter" aria-controls="twitter" role="tab" data-toggle="tab">Twitter</a></li>
<li role="presentation"><a href="#facebook" aria-controls="facebook" role="tab" data-toggle="tab">Facebook</a></li>
<li role="presentation"><a href="#email" aria-controls="email" role="tab" data-toggle="tab">Email</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="twitter">
<br><br>
<!-- doc: https://dev.twitter.com/web/embedded-timelines#customization -->
<a class="twitter-timeline" height="400" width="350" href="https://twitter.com/hashtag/TweetBulb" data-widget-id="614507241064935424">#TweetBulb Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<br><br>
<!-- Share a link -->
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Tweet to control @kitt_ai's smart lightbulbs!" data-via="kitt_ai">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Follow @kitt_ai -->
<a href="https://twitter.com/kitt_ai" class="twitter-follow-button" data-show-count="false">Follow @kitt_ai</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Tweet #TweetBulb -->
<a href="https://twitter.com/intent/tweet?button_hashtag=TweetBulb" class="twitter-hashtag-button" data-related="kitt_ai">Tweet #TweetBulb</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div role="tabpanel" class="tab-pane fade" id="facebook">
<br><br>
<!-- Page Plugin -->
<div class="fb-page" data-href="https://www.facebook.com/tweetbulb" data-height="400" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/tweetbulb"><a href="https://www.facebook.com/tweetbulb">TweetBulb</a></blockquote></div></div>
<br><br>
<!-- like button of http://tweetbulb.kitt.ai -->
<div class="center-block">
<div class="fb-like" data-href="http://tweetbulb.kitt.ai" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="email">
<br><br>
<div class="panel panel-success">
<div class="panel-heading"><h4>Not feeling social?</h4></div>
<div class="panel-body">
<h4 class="text-info">Write an <i class="fa fa-envelope-o fa"></i> to <a href="mailto:[email protected]">[email protected]</a>
<br>
with your command in the <span class="text-danger">subject</span>.</h4>
</div>
<div class="panel-footer">
<p>Any message in the body will be <i>ignored</i>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 text-center">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#samplecmd" aria-controls="samplecmd" role="tab" data-toggle="tab">Sample Commands</a></li>
<li role="presentation"><a href="#teachme" aria-controls="teachme" role="tab" data-toggle="tab">Advanced Usage</a></li>
<li role="presentation"><a href="#threerules" aria-controls="threerules" role="tab" data-toggle="tab">3 Laws of Smart Bulbs</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade" id="bulbintro">
<br><br>
<div class="well text-left">
<h4 class="text-primary">They can:</h4>
<br>
<div class="text-left text-muted">
<ul>
<li>turn on/off, dim, and blink</li>
<li>display 16 million different colors each</li>
<li>understand common colors of half a million things</li>
</ul>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in active" id="samplecmd">
<br><br>
<div class="well text-left">
<h4 class="text-primary">Names of our light bulbs:
<i class="fa fa-lightbulb-o fa-2x" style="color: red"></i> <span class="text-primary"><b>left</b></span>
<i class="fa fa-lightbulb-o fa-2x" style="color: blue"></i> <span class="text-primary"><b>middle</b></span>
<i class="fa fa-lightbulb-o fa-2x" style="color: orange"></i> <span class="text-primary"><b>right</b></span>
</h4>
<h4 class="text-muted">Something you can do:</h4>
<br>
<div class="text-left">
<ul>
<li><h5><span class="text-primary">Change <span class="text-danger">left</span> light to
<span style="color: red">red</span> and <span class="text-danger">middle</span> light to
<span style="color: purple">purple</span> and <span class="text-danger">right</span> light to
<span style="color: blue">bluish</span></span></h5>
<ul>
<li class="text-muted">Each light bulb can display 16 million different colors</li>
</ul>
</li>
<li class="text-primary"><h5>Blink all lights <span class="text-warning">five</span> times in <span style="color: red">red</span></h5>
<ul>
<li class="text-muted">Each light bulb can turn on/off, dim, and blink</li>
<li class="text-muted">Feel free to change their saturation, hue, and brightness</li>
</ul>
</li>
<li class="text-primary"><h5>Give me a <span style="color: red">romantic</span> theme!</h5>
<ul>
<li class="text-muted">TweetBulb understands human intent!</li>
</ul>
</li>
<li class="text-primary"><h5>Go <span style="color: red">Seattle Seahawks</span>!</h5>
<ul>
<li class="text-muted">
<span class="text-danger">Go [object]</span> is a special trigger to
flash all lights with the color of <span class="text-danger">[object]</span>
</li>
<li class="text-muted">TweetBulb understands common colors of half a million things.</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="teachme">
<br><br>
<div class="well text-left">
<p class="text-muted">You can teach TweetBulb! Use the following magic phrases:</p>
<h4 class="text-primary text-center">When I say
<span class="text-danger"><i>[something magical]</i></span> please
<span class="text-info"><i>[do something specific]</i></span></h4>
<br>
<p class="text-muted">for instance:</p>
<div class="text-left">
<p class="text-primary text-center">When I say
<span class="text-danger"><i>Garfield</i></span> please
<span class="text-info"><i>blink all lights in orange</i></span></p>
<p class="text-primary text-center">When I say
<span class="text-danger"><i>USA flag</i></span> please
<span class="text-info"><i>turn all lights to blue white and red</i></span></p>
<p class="text-primary text-center">When I say
<span class="text-danger"><i>Bumblebee</i></span> please
<span class="text-info"><i>flash all lights three times in yellow</i></span></p>
<p class="text-muted">Then for instance, next time you tweet <span class="text-danger"><i>Bumblebee</i></span>
the lights will flash three times in yellow!</p>
<p class="text-muted">Note: when you say <i class="text-primary">when I say</i>, don't forget the magic word <i class="text-primary">please</i>!</p>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="threerules">
<br><br>
<div class="well text-left text-muted">
<h4>Three Laws of Smart Light Bulbs (Rules of Engagement)</h4>
<ol>
<li><span class="text-success">A light bulb may not injure a human being or, through
inaction, allow a human being to come to harm.</span>
<ul>
<li>
<span class="text-primary">No light bulbs or human were hurt during the
making of TweetBulb.</span>
</li>
</ul>
</li>
<li><span class="text-success">A light bulb must obey the orders given it by human
beings, except where such orders would conflict with
the First Law.</span>
<ul>
<li>
<span class="text-primary">When such orders are given by multiple human beings,
to resolve conflict, a light bulb maintains a <span class="text-danger">queue</span>
to execute these orders one by one (thus a command can be significantly delayed
during high traffic).</span>
</li>
</ul>
</li>
<li><span class="text-success">A light bulb must protect its own existence as long as
such protection does not conflict with the First or
Second Laws.</span>
<ul>
<li><span class="text-primary">Each command gets <span class="text-danger">5 seconds</span> to run.
It's OK to tweet "<i>flash all lights <span class="text-danger">5 million</span> times and <span class="text-danger">burn</span>!</i>".
But TweetBulb only runs the command for 5 seconds for self protection.</span>
</li>
</ul>
</li>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center">
<a href="#tweetbulb-youtube-embed" class="btn btn-circle btn-dark page-scroll" role="button">
<i class="fa fa-angle-double-down animated"></i>
</a>
<br>
<h5><i class="fa fa-arrow-circle-right"></i>
Step 2/2: Watch on YouTube</h5>
</div>
</div>
</div>
</section>
<section id="tweetbulb-youtube-embed">
<div class="content-section-a">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="text-primary"><i class="fa fa-arrow-circle-right"></i>
Step 2/2: Watch TweetBulb Respond in Real Time<br>
<i class="fa fa-arrow-circle-down"></i>
<small>it's a 7x24 YouTube <span class="text-primary">Live Stream</span>
happening now!</small></h2>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-2 col-sm-10 col-sm-offset-2">
<div class="text-left text-muted">
<h3><small>Note:</small><br></h3>
<ul>
<li>YouTube <span class="text-danger">delays</span> live streaming by roughly
<span class="text-danger">25 to 40 seconds</span> (in some cases up to 2 minutes).
For best clarity, watch under
<span class="text-danger">720p<sup>HD</sup></span>.</li>
<li>YouTube Live Streaming is not available in some countries, such as Germany and China.
</li>
<li><span style="color: orange">Orange is the New Black</span>: Lightbulbs <b>do not</b> display
<span style="color: black">black</span>/<span style="color: black">gray</span> colors.
We use <span style="color: orange"> orange </span> instead.
</li>
</ul>
</p>
</div>
</div>
</div>
<br/>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1">
<div class="text-center videowrapper shadowbox-rectangular">
<iframe width="853" height="480" src="https://www.youtube.com/embed/4POrTSAFUCg"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<section id="tweetbulb-explained">
<div class="content-section-b">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="text-primary">TweetBulb Runs on a Raspberry Pi<br>
<small>Powered by our embedded semantic parser
<a href="https://github.com/Kitt-AI/parsetron">Parsetron</a>
(<a href="http://parsetron.kitt.ai">docs and tutorial</a>)</small>
</h2>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1">
<img src="http://kitt.ai/assets/img/tweetbulb/tweetbulb-flowchart.jpg" alt="" class="img-responsive center-block shadowbox" />
</div>
</div>
<br/> <br/>
<h4 class="text-center text-info">Interested in integration? Drop us an <a href="mailto:[email protected]">email</a>!</h4>
<br/> <br/>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<ul class="list-inline">
<li>
<a href="/#home">Home</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="/#about">Technologies</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="/#products">Products</a>
</li>
<li class="footer-menu-divider">⋅</li>
<li>
<a href="#footer">Contact</a>
</li>
</ul>
<p class="copyright text-center text-muted small">Copyright © KITT.AI All Rights Reserved</p>
</div>
<div class="col-md-4 text-center">
<ul class="list-inline social-icons icon-circle icon-zoom with-bg">
<li><a href="https://twitter.com/kitt_ai"><i class=" fa fa-twitter"></i></a>
</li>
<li><a href="https://github.com/Kitt-AI/"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://www.linkedin.com/company/kitt-ai"><i class="fa fa-linkedin"></i></a>
</li>
<!--
<li><a href="mailto:"><i class="fa fa-envelope"></i></a>
</li>
-->
<li><a href="mailto:[email protected]" data-toggle="modal"><i class="fa fa-envelope"></i></a>
</li>
</ul>
</div>
<div class="col-md-4 icon-rotate">
<p class='text-center text-muted text-small'>
Made with <i class="fa fa-heart" style="color:red;"></i> in the city of
<i class="fa fa-coffee" style="color:#6F4E37;"></i><i class="fa fa-umbrella" style="color:#007FFF;"></i><i class="fa fa-plane" style="color:#0F52BA;"></i><i class="fa fa-diamond" style="color:#50C878;"></i></p>
<span class='text-center text-muted'>
<p>Incubated by the <a href="http://allenai.org">Allen Institute for Artificial Intelligence</a>
<a href="http://allenai.org"><img src="http://kitt.ai/assets/img/ai2.png" height="42" alt="Allen Institute for Artificial Intelligence"></a>
</span>
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery Version 1.11.0 -->
<script src="http://kitt.ai/assets/js/jquery-1.11.0.js"></script>
<!-- Plugin JavaScript -->
<script src="http://kitt.ai/assets/js/jquery.easing.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="http://kitt.ai/assets/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="http://kitt.ai/assets/js/landing-page.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62235408-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>