-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheula.html
More file actions
421 lines (360 loc) · 28.2 KB
/
eula.html
File metadata and controls
421 lines (360 loc) · 28.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WGVNLL2');
</script>
<!-- End Google Tag Manager -->
<link rel="icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon-180x180.png" />
<title>Logga - Terms of Service</title>
<meta property="og:title" content="Logga - Terms of Service">
<meta name="description" content="Collect audit and access logs with an ease on macOS. Native experience, powered by Endpoint Security. Save logs in json, auditd or custom log format">
<meta property="og:description" content="Collect audit and access logs with an ease on macOS. Native experience, powered by Endpoint Security. Save logs in json, auditd or custom log format">
<meta property="og:image" content="assets/icon/256x256.png">
<meta property="og:image:alt" content="logga">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://getlogga.com/download">
<meta name="keywords" content="audit log, access log, macOS, endpoint security">
<meta name="author" content="audit logging corporation">
<meta property="og:site_name" content="logga">
<meta name="twitter:site" content="@getlogga">
<meta name="twitter:creator" content="@getlogga">
<meta name="theme-color" content="#000000">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-43L53LES86"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-43L53LES86');
</script>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/shades-of-purple.min.css">
<link rel="stylesheet" href="style/main-minified.css">
</head>
<body class="theme_blue">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WGVNLL2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<nav class="navbar">
<a class="navbar-brand" href="./index.html">
<img src="assets/icon/128x128.png" alt="logga icon"/>
logga
</a>
<ul class="nav d-flex">
<li class="nav-item">
<a class="nav-link" href="./index.html#compliance">what</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#faq">why</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./download.html">download</a>
</li>
<li class="nav-item">
<a class="nav-link icon-link icon-link-hover" href="https://docs.getlogga.com">
docs
<i class="bi bi-arrow-right"></i>
</a>
</li>
</ul>
</nav>
</div>
<div class="container hero">
<div class="hero-box mb-5">
<h1 class="display-1">END-USER LICENSE AGREEMENT</h1>
</div>
</div>
<div class="container">
<div class="row">
<h2>Agreement</h2>
<p>This Agreement is a legal agreement between you (either an individual or a legal entity, “The Licensee”) and "audit logging corporation" (“The Licensor”) for the software product logga and logga-daemon (“The Product”). The Product consists of several files including an application which is distributed in electronic form by download from the Internet.</p>
<p>By installing or otherwise using the Product, you agree to be bound by the terms of this License Agreement. If you do not agree to the terms of this License Agreement, promptly delete all copies of the unused Product from your mass storage devices. The Product is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties.</p>
<h2>Grant of License</h2>
<p>A. "audit logging corporation" grants to Licensee a non-transferable license to use the Product on any Apple-branded products running macOS, that you own or control and as permitted by the “Usage Rules”. The Product is licensed, not sold, to you</p>
<p>B. This license does not allow you to use the Product on any Apple Device that you do not own or control, and you may not distribute or make the Product available over a network. You may not rent, lease, lend, sell, redistribute, or sublicense the Licensed Application. You may not copy, decompile, reverse-engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the Product, any updates, or any part thereof. Any attempt to do so is a violation of the rights of the Licensor and its licensors.</p>
<h2>Usage Rules</h2>
<p>A. If you are an individual acting in your personal capacity, you may download and use the Product for personal, non-commercial use on any Apple-branded products running macOS (“Mac Computer”) that you own or control.</p>
<p>B. If you are a commercial enterprise or educational institution, you may download the Product for use by either (a) a single individual on a single Mac Computer used by that individual that you own or control or (b) multiple individuals on a single shared Mac Computer that you own or control. For example, a single employee may use a Product on the employee’s desktop Mac Computer OR laptop Mac Computer, or multiple students may serially use a Product on a single Mac Computer located at a resource center or library. For the sake of clarity, each Mac Computer used serially by multiple users requires a separate license.</p>
<h2>Consent to Use of Data</h2>
<p>You agree that Licensor may collect and use technical data and related information–including but not limited to technical information about your device, system and application software, and peripherals–that is gathered periodically to facilitate the provision of software updates, product support, and other services to you (if any) related to the Product. Licensor may use this information, as long as it is in a form that does not personally identify you, to improve its products or to provide services or technologies to you.
The Privacy Policy explains how the Licensor collects, uses, stores, and protects your information when you use the App, and your rights regarding your personal information under applicable data protection laws, such as the General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA).</p>
<p>The Licensor epxects you to review the Privacy Policy carefully to understand the practices regarding your personal information. If you do not agree with the terms of the Privacy Policy, please do not use the Application(s).</p>
<p>By continuing to use the Application(s), you acknowledge that you have read and agreed to the Privacy Policy, and you consent to the processing of your personal information in accordance with the Privacy Policy and applicable data protection laws.</p>
<h2>Product Warranty & Liability</h2>
<p>THE LICENSEE RECOGNIZES THAT THE PRODUCT IS RELEASED ON AN “AS IS” BASIS, AND THAT THERE IS NO WARRANTY EXPRESSED OR IMPLIED AS TO THE FUNCTIONING, SECURITY, PERFORMANCE OR EFFECT ON OTHER SOFTWARE OR HARDWARE. THE LICENSOR IS NOT OBLIGED TO PROVIDE MAINTENANCE, SUPPORT OR REVISION OF THE PRODUCT. THERE ARE NO WARRANTIES OR CONDITIONS, EXPRESSED OR IMPLIED, STATUTORY OR OTHERWISE APPLICABLE TO THE PRODUCT INCLUDING BUT NOT LIMITED TO ANY EXPRESSED OR IMPLIED WARRANTY WITH RESPECT TO MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL THE LICENSOR BE LIABLE FOR SPECIAL, INDIRECT, DIRECT, PUNITIVE, CONSEQUENTIAL OR ANY OTHER KIND OF DAMAGES INCLUDING LOSS OF PROFITS, LOSS OF USE OR LOSS OF DATA. LICENSEE AGREES THAT NEITHER THE LICENSOR NOR THE INDIVIDUALS RESPONSIBLE FOR THE DEVELOPMENT OF THE PRODUCT SHALL BE LIABLE TO LICENSEE FOR ANY LOSS, COSTS OR DAMAGE OF ANY KIND SUFFERED BY LICENSEE WHICH MAY ARISE OUT OF USE, ALTERATION OR DISTRIBUTION OF THE WORK AND LICENSEE AGREES TO INDEMNIFY AND SAVE HARMLESS THE LICENSOR, ITS OFFICERS AND EMPLOYEES FROM ANY SUCH CLAIMS.</p>
<p>This Agreement constitutes the entire understanding of the parties and cannot be modified except in writing by The Licensor. This Agreement will be governed by the laws of Germany.</p>
<p>Either Party may terminate this Agreement at any time, with or without cause, and with prior notice to the other Party. Upon termination, you must immediately cease using the Product and delete all copies from your devices.</p>
<p>In case you rely on brew (Homebrew) for downloading the Product, you agree to be bound by the brew (Homebrew) Terms of Service.</p>
<h2 id="acknowledgements">Third Party Credits</h2>
<p>The following is a list of credits for the use of the respective third party components in the source code of the Product.</p>
-----------------------------------------------------------------------------
<h3>Puppy</h3>
<p>Copyright (c) 2020-2023 Koichi Yokota @ sushichop</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</p>
-----------------------------------------------------------------------------
<h3>swift-log</h3>
<p class="text-center">Apache License</p>
<p class="text-center">Version 2.0, January 2004</p>
<p class="text-center">http://www.apache.org/licenses/</p>
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
<p>1. Definitions.</p>
<p>"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.</p>
<p>"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.</p>
<p>"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.</p>
<p>"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.</p>
<p>"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.</p>
<p>"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.</p>
<p>"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).</p>
<p>"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.</p>
<p>"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."</p>
<p>"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.</p>
<p>2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.</p>
<p>3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.</p>
<p> 4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:</p>
<p></p>(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and</p>
<p> (b) You must cause any modified files to carry prominent notices
stating that You changed the files; and</p>
<p>(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and</p>
<p> (d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.</p>
<p> You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.</p>
<p> 5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.</p>
<p> 6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.</p>
<p>7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.</p>
<p>8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.</p>
<p>9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.</p>
<p>END OF TERMS AND CONDITIONS</p>
<p>APPENDIX: How to apply the Apache License to your work.</p>
<p>To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.</p>
<p>Copyright [yyyy] [name of copyright owner]</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at</p>
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
<p>Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</p>
-----------------------------------------------------------------------------
<h3>Yams</h3>
<p>The MIT License (MIT)</p>
<p>Copyright (c) 2016 JP Simard.</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
</div>
<div class="row mt-5">
<nav class="navbar">
<a class="navbar-brand">
🇪🇺 2024. All rights reserved.
</a>
<ul class="nav d-flex">
<li class="nav-item">
<a class="nav-link" href="./privacy.html">
privacy
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./eula.html">
eula
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:peter@getlogga.com">
<i class="bi bi-envelope-fill"></i>
mail
</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://github.com/logga-app/logga-public">
<i class="bi bi-github"></i>
github
</a>
</li>
</ul>
</nav>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</html>