2
0

index.html 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Converse</title>
  5. <meta charset="utf-8" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta name="description" content="Converse.js - " />
  9. <meta name="author" content="JC Brand" />
  10. <meta name="keywords" content="xmpp chat webchat converse.js Converse" />
  11. <link rel="shortcut icon" type="image/ico" href="images/favicon.ico" />
  12. <link type="text/css" rel="stylesheet" media="screen" href="/dist/converse.min.css" />
  13. <link type="text/css" rel="stylesheet" media="screen" href="/dist/website.min.css" />
  14. <script
  15. src="https://cdn.conversejs.org/3rdparty/bootstrap-5.3.2.bundle.min.js"
  16. integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
  17. crossorigin="anonymous"
  18. ></script>
  19. <script src="src/website.js"></script>
  20. </head>
  21. <script type="application/ld+json">
  22. {
  23. "@context": "https://schema.org",
  24. "@type": "SoftwareApplication",
  25. "name": "Converse",
  26. "description": "Open source XMPP chat client for the web",
  27. "url": "https://conversejs.org",
  28. "applicationCategory": "CommunicationApplication",
  29. "operatingSystem": "Web Browser"
  30. }
  31. </script>
  32. <body id="page-top" data-spy="scroll" class="converse-website">
  33. <section class="section-wrapper">
  34. <nav class="navbar sticky-top navbar-expand-lg" role="navigation">
  35. <button
  36. class="navbar-toggler"
  37. type="button"
  38. data-toggle="collapse"
  39. data-target="#navbarTogglerDemo01"
  40. aria-controls="navbarTogglerDemo01"
  41. aria-expanded="false"
  42. aria-label="Toggle navigation"
  43. >
  44. <span class="navbar-toggler-icon"></span>
  45. </button>
  46. <div class="collapse navbar-collapse" id="navbarTogglerDemo01">
  47. <span class="page-scroll">
  48. <a class="navbar-brand" href="#intro"><span class="converse-brand-heading">Home</span></a>
  49. </span>
  50. <ul class="navbar-nav mt-2 mt-lg-0">
  51. <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
  52. <li class="hidden">
  53. <a class="nav-link" href="#page-top"></a>
  54. </li>
  55. <li class="nav-item page-scroll">
  56. <a class="nav-link" href="#about">About</a>
  57. </li>
  58. <li class="nav-item page-scroll">
  59. <a class="nav-link" href="#contact">Contact</a>
  60. </li>
  61. <li class="nav-item">
  62. <a
  63. class="nav-link"
  64. href="https://github.com/conversejs/converse.js"
  65. target="_blank"
  66. rel="noopener"
  67. >Github&nbsp;<i class="fa fa-external-link-alt"></i
  68. ></a>
  69. </li>
  70. <li class="nav-item">
  71. <a class="nav-link" href="/docs/html/index.html"
  72. >Documentation&nbsp;<i class="fa fa-external-link-alt"></i
  73. ></a>
  74. </li>
  75. <li class="nav-item">
  76. <a
  77. class="nav-link"
  78. href="https://github.com/conversejs/converse.js/releases"
  79. class="button"
  80. target="_blank"
  81. rel="noopener"
  82. >Download&nbsp;<i class="fa fa-external-link-alt"></i
  83. ></a>
  84. </li>
  85. </ul>
  86. </div>
  87. </nav>
  88. <section id="intro" class="intro text-center" class="container">
  89. <div class="row">
  90. <div class="col-md-12 col-md-offset-2">
  91. <h1 class="brand-heading fade-in">
  92. <svg
  93. class="converse-svg-logo"
  94. xmlns:svg="http://www.w3.org/2000/svg"
  95. xmlns="http://www.w3.org/2000/svg"
  96. xmlns:xlink="http://www.w3.org/1999/xlink"
  97. viewBox="0 0 364 364"
  98. >
  99. <title>Converse</title>
  100. <g class="cls-1" id="g904">
  101. <g data-name="Layer 2">
  102. <g data-name="Layer 7">
  103. <path
  104. class="cls-3"
  105. d="M221.46,103.71c0,18.83-29.36,18.83-29.12,0C192.1,84.88,221.46,84.88,221.46,103.71Z"
  106. />
  107. <path
  108. class="cls-4"
  109. d="M179.9,4.15A175.48,175.48,0,1,0,355.38,179.63,175.48,175.48,0,0,0,179.9,4.15Zm-40.79,264.5c-.23-17.82,27.58-17.82,27.58,0S138.88,286.48,139.11,268.65ZM218.6,168.24A79.65,79.65,0,0,1,205.15,174a12.76,12.76,0,0,0-6.29,4.65L167.54,222a1.36,1.36,0,0,1-2.46-.8v-35.8a2.58,2.58,0,0,0-3.06-2.53c-15.43,3-30.23,7.7-42.73,19.94-38.8,38-29.42,105.69,16.09,133.16a162.25,162.25,0,0,1-91.47-67.27C-3.86,182.26,34.5,47.25,138.37,25.66c46.89-9.75,118.25,5.16,123.73,62.83C265.15,120.64,246.56,152.89,218.6,168.24Z"
  110. />
  111. </g>
  112. </g>
  113. </g>
  114. </svg>
  115. <span class="brand-heading__text">
  116. <span>converse<span class="subdued">.js</span></span>
  117. <p class="byline">messaging freedom</p>
  118. </span>
  119. </h1>
  120. <p class="intro-text">
  121. A powerful, open-source and web-based
  122. <a href="https://xmpp.org" target="_blank" rel="noopener">XMPP</a> chat client.
  123. </p>
  124. <p class="intro-text">
  125. Pluggable and customizable with end-to-end encryption, DMs, group chats, and 30+ language
  126. support.
  127. </p>
  128. <div>
  129. <a
  130. href="https://chat.conversejs.org"
  131. target="_blank"
  132. rel="noopener"
  133. class="btn btn-primary btn-lg rounded mt-4 mb-4"
  134. >Take me to the app</a
  135. >
  136. <p class="intro-text">
  137. Or download the
  138. <a
  139. href="https://github.com/conversejs/converse-desktop/releases"
  140. target="_blank"
  141. rel="noopener"
  142. >desktop</a
  143. >
  144. version.
  145. </p>
  146. </div>
  147. <div id="screenshotCarousel" class="carousel slide mx-auto pt-5" style="max-width: 1200px">
  148. <div class="carousel-indicators">
  149. <button
  150. type="button"
  151. data-bs-target="#screenshotCarousel"
  152. data-bs-slide-to="0"
  153. class="active"
  154. ></button>
  155. <button
  156. type="button"
  157. data-bs-target="#screenshotCarousel"
  158. data-bs-slide-to="1"
  159. ></button>
  160. <button
  161. type="button"
  162. data-bs-target="#screenshotCarousel"
  163. data-bs-slide-to="2"
  164. ></button>
  165. <button
  166. type="button"
  167. data-bs-target="#screenshotCarousel"
  168. data-bs-slide-to="3"
  169. ></button>
  170. <button
  171. type="button"
  172. data-bs-target="#screenshotCarousel"
  173. data-bs-slide-to="4"
  174. ></button>
  175. </div>
  176. <div class="carousel-inner">
  177. <div class="carousel-item active">
  178. <img
  179. src="https://conversejs.org/media/screenshots/converse-enter-muc.png"
  180. class="rounded shadow d-block w-100"
  181. alt="Converse fullpage chat"
  182. />
  183. </div>
  184. <div class="carousel-item">
  185. <img
  186. src="https://conversejs.org/media/screenshots/converse-overlayed.png"
  187. class="rounded shadow d-block w-100"
  188. alt="Converse overlayed chat"
  189. />
  190. </div>
  191. <div class="carousel-item">
  192. <img
  193. src="https://conversejs.org/media/screenshots/converse-nordic.png"
  194. class="rounded shadow d-block w-100"
  195. alt="Converses Nordic Theme"
  196. />
  197. </div>
  198. <div class="carousel-item">
  199. <img
  200. src="https://conversejs.org/media/screenshots/converse-prosody.png"
  201. class="rounded shadow d-block w-100"
  202. alt="Converse Prosody chat"
  203. />
  204. </div>
  205. </div>
  206. <button
  207. class="carousel-control-prev"
  208. type="button"
  209. data-bs-target="#screenshotCarousel"
  210. data-bs-slide="prev"
  211. >
  212. <span class="carousel-control-prev-icon"></span>
  213. <span class="visually-hidden">Previous</span>
  214. </button>
  215. <button
  216. class="carousel-control-next"
  217. type="button"
  218. data-bs-target="#screenshotCarousel"
  219. data-bs-slide="next"
  220. >
  221. <span class="carousel-control-next-icon"></span>
  222. <span class="visually-hidden">Next</span>
  223. </button>
  224. </div>
  225. </div>
  226. </div>
  227. </section>
  228. <section id="about" class="content-section">
  229. <div class="container mx-auto w-50">
  230. <div class="row row-cols-1 row-cols-lg-2 g-2">
  231. <div class="col">
  232. <div class="h-100 p-3">
  233. <h2>Why Choose Converse? 🤔</h2>
  234. <p>
  235. Converse is the leading open-source XMPP chat solution for developers, communities,
  236. organizations and businesses needing secure and customizable messaging.
  237. </p>
  238. <p>Get a feature-rich chat solution with just a few lines of JavaScript.</p>
  239. </div>
  240. </div>
  241. <div class="col">
  242. <div class="h-100">
  243. <h2>Demos:</h2>
  244. <ul class="list-group">
  245. <li>
  246. <a href="/fullscreen.html"
  247. ><strong>Standalone app</strong> (in fullscreen view mode)</a
  248. >
  249. </li>
  250. <li>
  251. <a href="demo/anonymous.html"
  252. ><strong>Anonymous login</strong> (in overlayed view mode)</a
  253. >
  254. </li>
  255. <li>
  256. <a href="demo/embedded.html"
  257. ><strong>Single chat</strong> (in embedded view mode)</a
  258. >
  259. </li>
  260. </ul>
  261. </div>
  262. </div>
  263. </div>
  264. <div class="row row-cols-1 row-cols-lg-2 g-2">
  265. <div class="col">
  266. <div class="h-100 p-3">
  267. <h2>Powerful Features 💪</h2>
  268. <ul class="list-group">
  269. <li>
  270. <strong>Flexible Deployment</strong> - Embed as an overlayed chat, an embedded
  271. widget or use as a full-page app.
  272. </li>
  273. <li>
  274. <strong>Security</strong> - End-to-end encryption and powerful moderator tools.
  275. </li>
  276. <li>
  277. <strong>Customizable</strong> - Plugin architecture with many
  278. <a
  279. href="https://github.com/conversejs/community-plugins/"
  280. target="_blank"
  281. rel="noopener"
  282. >extensions</a
  283. >
  284. available.
  285. </li>
  286. <li><strong>Compatible</strong> - Seamless integration with any XMPP server.</li>
  287. <li>Chat statuses (online, busy, away, offline)</li>
  288. <li>Desktop notifications</li>
  289. <li>
  290. URL Previews (requires server support, for example
  291. <a href="https://modules.prosody.im/mod_ogp.html" target="_blank" rel="noopener"
  292. >mod_ogp</a
  293. >
  294. </li>
  295. <li>
  296. Multi-user chatrooms (<a
  297. href="https://xmpp.org/extensions/xep-0045.html"
  298. target="_blank"
  299. rel="noopener"
  300. >XEP-045</a
  301. >,
  302. <a
  303. href="https://xmpp.org/extensions/xep-0402.html"
  304. target="_blank"
  305. rel="noopener"
  306. >XEP-402</a
  307. >)
  308. </li>
  309. <li>
  310. Invitations to chat rooms (<a
  311. href="https://xmpp.org/extensions/xep-0249.html"
  312. target="_blank"
  313. rel="noopener"
  314. >XEP 249</a
  315. >)
  316. </li>
  317. <li>
  318. vCard support (<a
  319. href="https://xmpp.org/extensions/xep-0054.html"
  320. target="_blank"
  321. rel="noopener"
  322. >XEP 54</a
  323. >)
  324. </li>
  325. <li>
  326. Service discovery (<a
  327. href="https://xmpp.org/extensions/xep-0030.html"
  328. target="_blank"
  329. rel="noopener"
  330. >XEP 30</a
  331. >)
  332. </li>
  333. <li>
  334. In-band registration (<a
  335. href="https://xmpp.org/extensions/xep-0077.html"
  336. target="_blank"
  337. rel="noopener"
  338. >XEP 77</a
  339. >)
  340. </li>
  341. <li>
  342. Typing and chat state notifications (<a
  343. href="https://xmpp.org/extensions/xep-0085.html"
  344. target="_blank"
  345. rel="noopener"
  346. >XEP 85</a
  347. >)
  348. </li>
  349. <li>
  350. File sharing / HTTP File Upload (<a
  351. href="https://xmpp.org/extensions/xep-0363.html"
  352. target="_blank"
  353. rel="noopener"
  354. >XEP 363</a
  355. >)
  356. </li>
  357. <li>
  358. Message archiving (<a
  359. href="https://xmpp.org/extensions/xep-0313.html"
  360. target="_blank"
  361. rel="noopener"
  362. >XEP 313</a
  363. >)
  364. </li>
  365. <li>
  366. Client state indication (<a
  367. href="https://xmpp.org/extensions/xep-0352.html"
  368. target="_blank"
  369. rel="noopener"
  370. >XEP 352</a
  371. >)
  372. </li>
  373. <li>
  374. OMEMO end-to-end encrypted messaging (<a
  375. href="https://xmpp.org/extensions/xep-0384.html"
  376. target="_blank"
  377. rel="noopener"
  378. >XEP 384</a
  379. >)
  380. </li>
  381. <li>
  382. Message Styling (<a
  383. href="https://xmpp.org/extensions/xep-0384.html"
  384. target="_blank"
  385. rel="noopener"
  386. >XEP 393</a
  387. >)
  388. </li>
  389. <li>
  390. Anonymous logins, see the
  391. <a href="/demo/anonymous.html" target="_blank" rel="noopener"
  392. >anonymous login demo</a
  393. >
  394. </li>
  395. <li>Message corrections, retractions and moderation</li>
  396. <li>Translated into over 40 languages</li>
  397. </ul>
  398. </div>
  399. </div>
  400. <div class="col">
  401. <div class="row row-cols-1">
  402. <div class="h-100">
  403. <h2>Developer Friendly 🔨</h2>
  404. <p>Built by developers, for developers</p>
  405. <ul class="list-group">
  406. <li>
  407. <strong>No vendor lock-in</strong> -
  408. <a
  409. href="https://github.com/conversejs/converse.js/blob/master/LICENSE"
  410. target="_blank"
  411. rel="noopener"
  412. >MPLv2</a
  413. >
  414. licensed
  415. </li>
  416. <li><strong>Plugin architecture</strong> - Enables easy customization</li>
  417. <li>
  418. <strong
  419. >Comprehensive <a href="/docs/html/index.html">documentation</a></strong
  420. >
  421. </li>
  422. <li>Active <strong>community</strong> with 130+ contributors</li>
  423. </ul>
  424. </div>
  425. <div class="h-100">
  426. <h2>Integration Ready 🔧</h2>
  427. <p>
  428. Converse has been integrated into many open source and proprietary applications.
  429. </p>
  430. <p>A non-exaustive list of open source integrations includes:</p>
  431. <ul class="list-group">
  432. <li>
  433. <a
  434. href="https://github.com/JohnXLivingston/peertube-plugin-livechat"
  435. target="_blank"
  436. rel="noopener"
  437. >Peertube</a
  438. >
  439. </li>
  440. <li>
  441. <a href="https://doc.tiki.org/xmpp" target="_blank" rel="noopener"
  442. >Tiki Wiki CMS Groupware</a
  443. >
  444. </li>
  445. <li>
  446. <a href="https://elgg.org/plugins/2997196" target="_blank" rel="noopener"
  447. >Elgg</a
  448. >
  449. </li>
  450. <li>
  451. <a
  452. href="https://github.com/devurandom/roundcube-converse.js-xmpp-plugin"
  453. target="_blank"
  454. rel="noopener"
  455. >Roundcube</a
  456. >
  457. </li>
  458. <li>
  459. <a
  460. href="https://wordpress.org/plugins/conversejs/"
  461. target="_blank"
  462. rel="noopener"
  463. >Wordpress</a
  464. >
  465. </li>
  466. <li>
  467. <a
  468. href="https://open-store.io/app/conversejs.luigi311"
  469. target="_blank"
  470. rel="noopener"
  471. >ConverseJS for Ubuntu-Touch</a
  472. >
  473. </li>
  474. </ul>
  475. <p>
  476. For ease of use, Converse is available as a plugin or add-on module for the
  477. <a
  478. href="https://www.igniterealtime.org/projects/openfire/plugins.jsp"
  479. target="_blank"
  480. rel="noopener"
  481. >Openfire</a
  482. >
  483. <a
  484. href="https://modules.prosody.im/mod_conversejs.html"
  485. target="_blank"
  486. rel="noopener"
  487. >Prosody</a
  488. >
  489. <a
  490. href="https://docs.ejabberd.im/admin/configuration/modules/#mod-conversejs"
  491. target="_blank"
  492. rel="noopener"
  493. >Ejabberd</a
  494. >
  495. XMPP servers.
  496. </p>
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501. <div class="row">
  502. <div class="h-100 p-3 rounded-3 text-center">
  503. <h2>Get Started in Minutes 🚀</h2>
  504. <p>
  505. Use our <a href="/fullscreen.html">web app</a> to connect to any XMPP server. You can
  506. log in with your existing XMPP account.
  507. </p>
  508. <p>
  509. No account? No problem! With Converse you can register an account on any public XMPP
  510. server that allows in-band registration. Have a look at the
  511. <a href="https://compliance.conversations.im/" target="_blank" rel="noopener"
  512. >Conversations compliance page</a
  513. >
  514. for public XMPP servers that allow registrations.
  515. </p>
  516. <p>
  517. Come and chat with us at
  518. <a
  519. href="https://inverse.chat/#converse/room?jid=discuss@conference.conversejs.org"
  520. class="xmpp JSnocheck"
  521. title="Converse chat room"
  522. >discuss@conference.conversejs.org</a
  523. >.
  524. </p>
  525. </div>
  526. </div>
  527. </div>
  528. </section>
  529. <section class="outro content-section text-center d-flex flex-column justify-content-between" id="contact">
  530. <div class="container mx-auto w-50 pb-3">
  531. <h2>Contact ✉️</h2>
  532. <ul class="list-group">
  533. <li class="list-group-item">
  534. Follow on the
  535. <a href="https://mastodon.xyz/@jcbrand" target="_blank" rel="noopener">Fediverse</a> or
  536. <a
  537. href="https://npub.world/npub1purzvv7zzxqymk9q53qmjvlvlrwhy4dsyjt77nxjym9m77e62wtsnlnndd"
  538. target="_blank"
  539. rel="noopener"
  540. >Nostr</a
  541. >
  542. </li>
  543. <li class="list-group-item">
  544. Chat via XMPP:
  545. <a href="xmpp:jc@opkode.com" class="xmpp JSnocheck" title="XMPP/Jabber">jc@opkode.com</a>
  546. </li>
  547. <li class="list-group-item">
  548. If you have a programming question, you can ask on
  549. <a href="https://stackoverflow.com/questions/tagged/converse.js">Stack Overflow</a>
  550. </li>
  551. <li class="list-group-item">
  552. You can join the Converse XMPP chatroom:
  553. <a
  554. href="xmpp:discuss@conference.conversejs.org?join"
  555. class="xmpp JSnocheck chatroom-name"
  556. title="Converse chat room"
  557. >discuss@conference.conversejs.org</a
  558. >
  559. </li>
  560. <li class="list-group-item">
  561. Please file bugs and feature requests on
  562. <a target="_blank" rel="noopener" href="https://github.com/jcbrand/converse.js/issues"
  563. >Github</a
  564. >
  565. </li>
  566. </ul>
  567. </div>
  568. <div class="container mx-auto w-50 pt-3 pb-5">
  569. <h2 style="text-align: center">Professional support and custom development 👷</h2>
  570. <p>
  571. Converse is brought to you by
  572. <a href="https://opkode.com" target="_blank" rel="noopener">Opkode</a>, a boutique software
  573. consultancy.
  574. </p>
  575. <p>
  576. You can hire us for custom software development, including professional support, customizations
  577. or integration of Converse into your site.
  578. </p>
  579. <p>
  580. For inquiries please use our
  581. <a href="https://opkode.com/contact.html" target="_blank" rel="noopener">contact form</a>.
  582. </p>
  583. </div>
  584. <div class="container mx-auto w-50">
  585. <div class="sponsors">
  586. <h2>Special thanks to our sponsors</h2>
  587. <ul
  588. class="list-unstyled row row-cols-1 row-cols-lg-2 row-cols-xl-4 justify-content-center align-items-center"
  589. >
  590. <li class="col text-center">
  591. <a
  592. href="https://bairesdev.com/sponsoring-open-source-projects/?utm_source=conversejs"
  593. target="_blank"
  594. rel="noopener"
  595. ><img
  596. class="img-fluid"
  597. style="max-width: 13em"
  598. src="/media/logos/bairesdev-primary.png"
  599. alt="BairesDev"
  600. /></a>
  601. </li>
  602. <li class="col text-center">
  603. <a href="https://blokt.com?utm_source=conversejs" target="_blank" rel="noopener"
  604. ><img
  605. class="img-fluid"
  606. style="max-width: 12em"
  607. src="/logo/blokt.png"
  608. alt="Blokt Crypto & Privacy"
  609. /></a>
  610. </li>
  611. <li class="col text-center">
  612. <a href="https://www.keycdn.com?utm_source=conversejs" target="_blank" rel="noopener"
  613. ><img class="img-fluid" style="max-height: 3em" src="/logo/keycdn.svg" alt="KeyCDN"
  614. /></a>
  615. </li>
  616. <li class="col text-center">
  617. <a href="https://weblate.org?utm_source=conversejs" target="_blank" rel="noopener"
  618. ><img
  619. class="img-fluid"
  620. style="max-height: 2.6em"
  621. src="/logo/weblate-button.svg"
  622. alt="Weblate"
  623. /></a>
  624. </li>
  625. </ul>
  626. </div>
  627. <p class="text-center">Sponsorships allow us to fund further development and improvements.</p>
  628. <p>
  629. If you'd like to sponsor this project, please visit
  630. <a href="https://github.com/sponsors/jcbrand" target="_blank" rel="noopener">Github</a>,
  631. <a href="https://www.patreon.com/jcbrand" target="_blank" rel="noopener">Patreon</a>,
  632. <a href="https://liberapay.com/jcbrand" target="_blank" rel="noopener">Liberapay</a> or
  633. <a href="https://opkode.com/contact.html" target="_blank" rel="noopener">contact us</a>.
  634. </p>
  635. </div>
  636. </section>
  637. </section>
  638. </body>
  639. </html>