CustomToolbar-class.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
  7. <meta name="description" content="API docs for the CustomToolbar class from the toolbar library, for the Dart programming language.">
  8. <title>CustomToolbar class - toolbar library - Dart API</title>
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  12. <link rel="stylesheet" href="../static-assets/github.css">
  13. <link rel="stylesheet" href="../static-assets/styles.css">
  14. <link rel="icon" href="../static-assets/favicon.png">
  15. </head>
  16. <body data-base-href="../"
  17. data-using-base-href="false">
  18. <div id="overlay-under-drawer"></div>
  19. <header id="title">
  20. <button id="sidenav-left-toggle" type="button">&nbsp;</button>
  21. <ol class="breadcrumbs gt-separated dark hidden-xs">
  22. <li><a href="../index.html">trpp</a></li>
  23. <li><a href="../widgets_toolbar/widgets_toolbar-library.html">toolbar</a></li>
  24. <li class="self-crumb">CustomToolbar class</li>
  25. </ol>
  26. <div class="self-name">CustomToolbar</div>
  27. <form class="search navbar-right" role="search">
  28. <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  29. </form>
  30. </header>
  31. <main>
  32. <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
  33. <header id="header-search-sidebar" class="hidden-l">
  34. <form class="search-sidebar" role="search">
  35. <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  36. </form>
  37. </header>
  38. <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
  39. <li><a href="../index.html">trpp</a></li>
  40. <li><a href="../widgets_toolbar/widgets_toolbar-library.html">toolbar</a></li>
  41. <li class="self-crumb">CustomToolbar class</li>
  42. </ol>
  43. <h5>toolbar library</h5>
  44. <ol>
  45. <li class="section-title"><a href="../widgets_toolbar/widgets_toolbar-library.html#classes">Classes</a></li>
  46. <li><a href="../widgets_toolbar/CustomToolbar-class.html">CustomToolbar</a></li>
  47. </ol>
  48. </div>
  49. <div id="dartdoc-main-content" class="main-content">
  50. <div><h1><span class="kind-class">CustomToolbar</span> class </h1></div>
  51. <section class="desc markdown">
  52. <p>Appbar class</p>
  53. </section>
  54. <section>
  55. <dl class="dl-horizontal">
  56. <dt>Inheritance</dt>
  57. <dd><ul class="gt-separated dark clazz-relationships">
  58. <li><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></li>
  59. <li><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html">DiagnosticableTree</a></li>
  60. <li><a href="https://api.flutter.dev/flutter/widgets/Widget-class.html">Widget</a></li>
  61. <li><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html">StatelessWidget</a></li>
  62. <li>CustomToolbar</li>
  63. </ul></dd>
  64. </dl>
  65. </section>
  66. <section class="summary offset-anchor" id="constructors">
  67. <h2>Constructors</h2>
  68. <dl class="constructor-summary-list">
  69. <dt id="CustomToolbar" class="callable">
  70. <span class="name"><a href="../widgets_toolbar/CustomToolbar/CustomToolbar.html">CustomToolbar</a></span><span class="signature">(<span class="parameter" id="-param-title">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">title</span>, </span><span class="parameter" id="-param-icon"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/widgets/IconData-class.html">IconData</a></span> <span class="parameter-name">icon</span>, </span><span class="parameter" id="-param-onPressed"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Function-class.html">Function</a></span> <span class="parameter-name">onPressed</span>, </span><span class="parameter" id="-param-additionalBack"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Function-class.html">Function</a></span> <span class="parameter-name">additionalBack</span>, </span><span class="parameter" id="-param-needBackBtn"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">needBackBtn</span> = <span class="default-value">true</span>}</span>)</span>
  71. </dt>
  72. <dd>
  73. </dd>
  74. </dl>
  75. </section>
  76. <section class="summary offset-anchor" id="instance-properties">
  77. <h2>Properties</h2>
  78. <dl class="properties">
  79. <dt id="additionalBack" class="property">
  80. <span class="name"><a href="../widgets_toolbar/CustomToolbar/additionalBack.html">additionalBack</a></span>
  81. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Function-class.html">Function</a></span>
  82. </dt>
  83. <dd>
  84. <div class="features">final</div>
  85. </dd>
  86. <dt id="hashCode" class="property inherited">
  87. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></span>
  88. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
  89. </dt>
  90. <dd class="inherited">
  91. The hash code for this object. <a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">[...]</a>
  92. <div class="features">@<a href="https://pub.dev/documentation/meta/1.3.0-nullsafety.3/meta/nonVirtual-constant.html">nonVirtual</a>, read-only, inherited</div>
  93. </dd>
  94. <dt id="icon" class="property">
  95. <span class="name"><a href="../widgets_toolbar/CustomToolbar/icon.html">icon</a></span>
  96. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/widgets/IconData-class.html">IconData</a></span>
  97. </dt>
  98. <dd>
  99. <div class="features">final</div>
  100. </dd>
  101. <dt id="key" class="property inherited">
  102. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></span>
  103. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/foundation/Key-class.html">Key</a></span>
  104. </dt>
  105. <dd class="inherited">
  106. Controls how one widget replaces another widget in the tree. <a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">[...]</a>
  107. <div class="features">final, inherited</div>
  108. </dd>
  109. <dt id="needBackBtn" class="property">
  110. <span class="name"><a href="../widgets_toolbar/CustomToolbar/needBackBtn.html">needBackBtn</a></span>
  111. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
  112. </dt>
  113. <dd>
  114. <div class="features">final</div>
  115. </dd>
  116. <dt id="onPressed" class="property">
  117. <span class="name"><a href="../widgets_toolbar/CustomToolbar/onPressed.html">onPressed</a></span>
  118. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Function-class.html">Function</a></span>
  119. </dt>
  120. <dd>
  121. <div class="features">final</div>
  122. </dd>
  123. <dt id="runtimeType" class="property inherited">
  124. <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
  125. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
  126. </dt>
  127. <dd class="inherited">
  128. A representation of the runtime type of the object.
  129. <div class="features">read-only, inherited</div>
  130. </dd>
  131. <dt id="title" class="property">
  132. <span class="name"><a href="../widgets_toolbar/CustomToolbar/title.html">title</a></span>
  133. <span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
  134. </dt>
  135. <dd>
  136. <div class="features">final</div>
  137. </dd>
  138. </dl>
  139. </section>
  140. <section class="summary offset-anchor" id="instance-methods">
  141. <h2>Methods</h2>
  142. <dl class="callables">
  143. <dt id="build" class="callable">
  144. <span class="name"><a href="../widgets_toolbar/CustomToolbar/build.html">build</a></span><span class="signature">(<wbr><span class="parameter" id="build-param-context"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a></span> <span class="parameter-name">context</span></span>)
  145. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/widgets/Widget-class.html">Widget</a></span>
  146. </span>
  147. </dt>
  148. <dd>
  149. Describes the part of the user interface represented by this widget. <a href="../widgets_toolbar/CustomToolbar/build.html">[...]</a>
  150. <div class="features">override</div>
  151. </dd>
  152. <dt id="createElement" class="callable inherited">
  153. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></span><span class="signature">(<wbr>)
  154. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/widgets/StatelessElement-class.html">StatelessElement</a></span>
  155. </span>
  156. </dt>
  157. <dd class="inherited">
  158. Creates a <a href="https://api.flutter.dev/flutter/widgets/StatelessElement-class.html">StatelessElement</a> to manage this widget's location in the tree. <a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">[...]</a>
  159. <div class="features">inherited</div>
  160. </dd>
  161. <dt id="debugDescribeChildren" class="callable inherited">
  162. <span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></span><span class="signature">(<wbr>)
  163. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>&gt;</span></span>
  164. </span>
  165. </dt>
  166. <dd class="inherited">
  167. Returns a list of <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a> objects describing this node's
  168. children. <a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">[...]</a>
  169. <div class="features">@<a href="https://pub.dev/documentation/meta/1.3.0-nullsafety.3/meta/protected-constant.html">protected</a>, inherited</div>
  170. </dd>
  171. <dt id="debugFillProperties" class="callable inherited">
  172. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></span><span class="signature">(<wbr><span class="parameter" id="debugFillProperties-param-properties"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html">DiagnosticPropertiesBuilder</a></span> <span class="parameter-name">properties</span></span>)
  173. <span class="returntype parameter">&#8594; void</span>
  174. </span>
  175. </dt>
  176. <dd class="inherited">
  177. Add additional properties associated with the node. <a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">[...]</a>
  178. <div class="features">inherited</div>
  179. </dd>
  180. <dt id="noSuchMethod" class="callable inherited">
  181. <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
  182. <span class="returntype parameter">&#8594; dynamic</span>
  183. </span>
  184. </dt>
  185. <dd class="inherited">
  186. Invoked when a non-existent method or property is accessed. <a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">[...]</a>
  187. <div class="features">inherited</div>
  188. </dd>
  189. <dt id="toDiagnosticsNode" class="callable inherited">
  190. <span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></span><span class="signature">(<wbr><span class="parameter" id="toDiagnosticsNode-param-name">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="toDiagnosticsNode-param-style"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle-class.html">DiagnosticsTreeStyle</a></span> <span class="parameter-name">style</span>}</span>)
  191. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>
  192. </span>
  193. </dt>
  194. <dd class="inherited">
  195. Returns a debug representation of the object that is used by debugging
  196. tools and by <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode/toStringDeep.html">DiagnosticsNode.toStringDeep</a>. <a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">[...]</a>
  197. <div class="features">inherited</div>
  198. </dd>
  199. <dt id="toString" class="callable inherited">
  200. <span class="name"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></span><span class="signature">(<wbr><span class="parameter" id="toString-param-minLevel">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel-class.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.info</span>}</span>)
  201. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
  202. </span>
  203. </dt>
  204. <dd class="inherited">
  205. Returns a string representation of this object.
  206. <div class="features">inherited</div>
  207. </dd>
  208. <dt id="toStringDeep" class="callable inherited">
  209. <span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></span><span class="signature">(<wbr><span class="parameter" id="toStringDeep-param-prefixLineOne">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">prefixLineOne</span> = <span class="default-value">&#39;&#39;</span>, </span><span class="parameter" id="toStringDeep-param-prefixOtherLines"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">prefixOtherLines</span>, </span><span class="parameter" id="toStringDeep-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel-class.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
  210. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
  211. </span>
  212. </dt>
  213. <dd class="inherited">
  214. Returns a string representation of this node and its descendants. <a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">[...]</a>
  215. <div class="features">inherited</div>
  216. </dd>
  217. <dt id="toStringShallow" class="callable inherited">
  218. <span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></span><span class="signature">(<wbr><span class="parameter" id="toStringShallow-param-joiner">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">joiner</span> = <span class="default-value">&#39;, &#39;</span>, </span><span class="parameter" id="toStringShallow-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel-class.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
  219. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
  220. </span>
  221. </dt>
  222. <dd class="inherited">
  223. Returns a one-line detailed description of the object. <a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">[...]</a>
  224. <div class="features">inherited</div>
  225. </dd>
  226. <dt id="toStringShort" class="callable inherited">
  227. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></span><span class="signature">(<wbr>)
  228. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
  229. </span>
  230. </dt>
  231. <dd class="inherited">
  232. A short, textual description of this widget.
  233. <div class="features">inherited</div>
  234. </dd>
  235. </dl>
  236. </section>
  237. <section class="summary offset-anchor inherited" id="operators">
  238. <h2>Operators</h2>
  239. <dl class="callables">
  240. <dt id="operator ==" class="callable inherited">
  241. <span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
  242. <span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
  243. </span>
  244. </dt>
  245. <dd class="inherited">
  246. The equality operator. <a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">[...]</a>
  247. <div class="features">@<a href="https://pub.dev/documentation/meta/1.3.0-nullsafety.3/meta/nonVirtual-constant.html">nonVirtual</a>, inherited</div>
  248. </dd>
  249. </dl>
  250. </section>
  251. </div> <!-- /.main-content -->
  252. <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
  253. <ol>
  254. <li class="section-title"><a href="../widgets_toolbar/CustomToolbar-class.html#constructors">Constructors</a></li>
  255. <li><a href="../widgets_toolbar/CustomToolbar/CustomToolbar.html">CustomToolbar</a></li>
  256. <li class="section-title">
  257. <a href="../widgets_toolbar/CustomToolbar-class.html#instance-properties">Properties</a>
  258. </li>
  259. <li><a href="../widgets_toolbar/CustomToolbar/additionalBack.html">additionalBack</a></li>
  260. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></li>
  261. <li><a href="../widgets_toolbar/CustomToolbar/icon.html">icon</a></li>
  262. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></li>
  263. <li><a href="../widgets_toolbar/CustomToolbar/needBackBtn.html">needBackBtn</a></li>
  264. <li><a href="../widgets_toolbar/CustomToolbar/onPressed.html">onPressed</a></li>
  265. <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
  266. <li><a href="../widgets_toolbar/CustomToolbar/title.html">title</a></li>
  267. <li class="section-title"><a href="../widgets_toolbar/CustomToolbar-class.html#instance-methods">Methods</a></li>
  268. <li><a href="../widgets_toolbar/CustomToolbar/build.html">build</a></li>
  269. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></li>
  270. <li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></li>
  271. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></li>
  272. <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
  273. <li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
  274. <li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></li>
  275. <li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></li>
  276. <li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></li>
  277. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></li>
  278. <li class="section-title inherited"><a href="../widgets_toolbar/CustomToolbar-class.html#operators">Operators</a></li>
  279. <li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></li>
  280. </ol>
  281. </div><!--/.sidebar-offcanvas-->
  282. </main>
  283. <footer>
  284. <span class="no-break">
  285. trpp
  286. 2.0.0+2
  287. </span>
  288. </footer>
  289. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  290. <script src="../static-assets/typeahead.bundle.min.js"></script>
  291. <script src="../static-assets/highlight.pack.js"></script>
  292. <script src="../static-assets/script.js"></script>
  293. </body>
  294. </html>