Skip to content

Commit ff064dd

Browse files
committed
deploy: 44583db
1 parent 52ace58 commit ff064dd

11 files changed

+93
-141
lines changed

3rdpartylicenses.txt

Lines changed: 59 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,8 @@
1-
@angular/common
2-
MIT
3-
The MIT License
4-
5-
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in
15-
all copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23-
THE SOFTWARE.
24-
25-
26-
@angular/core
27-
MIT
28-
The MIT License
29-
30-
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
31-
32-
Permission is hereby granted, free of charge, to any person obtaining a copy
33-
of this software and associated documentation files (the "Software"), to deal
34-
in the Software without restriction, including without limitation the rights
35-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36-
copies of the Software, and to permit persons to whom the Software is
37-
furnished to do so, subject to the following conditions:
38-
39-
The above copyright notice and this permission notice shall be included in
40-
all copies or substantial portions of the Software.
41-
42-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48-
THE SOFTWARE.
49-
50-
51-
@angular/platform-browser
52-
MIT
53-
The MIT License
541

55-
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
2+
--------------------------------------------------------------------------------
3+
Package: lodash
4+
License: "MIT"
565

57-
Permission is hereby granted, free of charge, to any person obtaining a copy
58-
of this software and associated documentation files (the "Software"), to deal
59-
in the Software without restriction, including without limitation the rights
60-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61-
copies of the Software, and to permit persons to whom the Software is
62-
furnished to do so, subject to the following conditions:
63-
64-
The above copyright notice and this permission notice shall be included in
65-
all copies or substantial portions of the Software.
66-
67-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
73-
THE SOFTWARE.
74-
75-
76-
@angular/router
77-
MIT
78-
The MIT License
79-
80-
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
81-
82-
Permission is hereby granted, free of charge, to any person obtaining a copy
83-
of this software and associated documentation files (the "Software"), to deal
84-
in the Software without restriction, including without limitation the rights
85-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
86-
copies of the Software, and to permit persons to whom the Software is
87-
furnished to do so, subject to the following conditions:
88-
89-
The above copyright notice and this permission notice shall be included in
90-
all copies or substantial portions of the Software.
91-
92-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
95-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
96-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
97-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
98-
THE SOFTWARE.
99-
100-
101-
bootstrap
102-
MIT
103-
The MIT License (MIT)
104-
105-
Copyright (c) 2011-2025 The Bootstrap Authors
106-
107-
Permission is hereby granted, free of charge, to any person obtaining a copy
108-
of this software and associated documentation files (the "Software"), to deal
109-
in the Software without restriction, including without limitation the rights
110-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
111-
copies of the Software, and to permit persons to whom the Software is
112-
furnished to do so, subject to the following conditions:
113-
114-
The above copyright notice and this permission notice shall be included in
115-
all copies or substantial portions of the Software.
116-
117-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
120-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
123-
THE SOFTWARE.
124-
125-
126-
lodash
127-
MIT
1286
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1297

1308
Based on Underscore.js, copyright Jeremy Ashkenas,
@@ -173,9 +51,15 @@ maintained libraries used by this software which have their own
17351
licenses; we recommend you read them, as their terms may differ from the
17452
terms above.
17553

54+
--------------------------------------------------------------------------------
55+
Package: @angular/core
56+
License: "MIT"
57+
58+
59+
--------------------------------------------------------------------------------
60+
Package: rxjs
61+
License: "Apache-2.0"
17662

177-
rxjs
178-
Apache-2.0
17963
Apache License
18064
Version 2.0, January 2004
18165
http://www.apache.org/licenses/
@@ -379,12 +263,55 @@ Apache-2.0
379263
limitations under the License.
380264

381265

266+
--------------------------------------------------------------------------------
267+
Package: @angular/common
268+
License: "MIT"
269+
270+
271+
--------------------------------------------------------------------------------
272+
Package: @angular/platform-browser
273+
License: "MIT"
274+
275+
276+
--------------------------------------------------------------------------------
277+
Package: @angular/router
278+
License: "MIT"
279+
280+
281+
--------------------------------------------------------------------------------
282+
Package: zone.js
283+
License: "MIT"
382284

383-
zone.js
384-
MIT
385285
The MIT License
386286

387-
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
287+
Copyright (c) 2010-2024 Google LLC. https://angular.io/license
288+
289+
Permission is hereby granted, free of charge, to any person obtaining a copy
290+
of this software and associated documentation files (the "Software"), to deal
291+
in the Software without restriction, including without limitation the rights
292+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
293+
copies of the Software, and to permit persons to whom the Software is
294+
furnished to do so, subject to the following conditions:
295+
296+
The above copyright notice and this permission notice shall be included in
297+
all copies or substantial portions of the Software.
298+
299+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
300+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
301+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
302+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
303+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
304+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
305+
THE SOFTWARE.
306+
307+
--------------------------------------------------------------------------------
308+
Package: bootstrap
309+
License: "MIT"
310+
311+
The MIT License (MIT)
312+
313+
Copyright (c) 2011-2022 Twitter, Inc.
314+
Copyright (c) 2011-2022 The Bootstrap Authors
388315

389316
Permission is hereby granted, free of charge, to any person obtaining a copy
390317
of this software and associated documentation files (the "Software"), to deal
@@ -403,3 +330,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
403330
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
404331
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
405332
THE SOFTWARE.
333+
334+
--------------------------------------------------------------------------------
42 KB
Loading

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="fr" data-beasties-container>
2+
<html lang="fr" data-critters-container>
33

44
<head>
55
<meta charset="utf-8">
@@ -34,13 +34,14 @@
3434
<!-- Analytics -->
3535
<script src="https://cdn.counter.dev/script.js" data-id="ffc00c27-8f67-4567-b8cc-a6a6ef115802" data-utcoffset="2"></script>
3636

37-
<style>:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13, 110, 253, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}:root{--bs-btn-close-filter: }:root{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }*{font-family:Candara,Cambria,Cochin,Georgia,Times,Times New Roman,serif}*:not(a){color:#fff}body{background-color:#262626;padding-top:10px}</style><link rel="stylesheet" href="styles.6cf7eba52fb8dc98.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.6cf7eba52fb8dc98.css"></noscript></head>
37+
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}*{font-family:Candara,Cambria,Cochin,Georgia,Times,Times New Roman,serif}*:not(a){color:#fff}body{background-color:#262626;padding-top:10px}
38+
</style><link rel="stylesheet" href="styles-XNC5PPZC.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-XNC5PPZC.css"></noscript></head>
3839

3940
<body>
4041
<div id="canvas"></div>
4142

4243
<app-root></app-root>
4344

44-
<script src="runtime.c41d0e0c5143cef9.js" type="module"></script><script src="polyfills.d8513086b3a31bcb.js" type="module"></script><script src="main.5a7849b7af1dd143.js" type="module"></script></body>
45+
<script src="polyfills-EONH2QZO.js" type="module"></script><script src="main-APWG4DAM.js" type="module"></script></body>
4546

4647
</html>

main-APWG4DAM.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.5a7849b7af1dd143.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

polyfills-EONH2QZO.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polyfills.d8513086b3a31bcb.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

runtime.c41d0e0c5143cef9.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

styles-XNC5PPZC.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)