Skip to content

Commit f9e1402

Browse files
committed
deploy: 4660843
1 parent 71314eb commit f9e1402

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+80
-80
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title data-rh="true">Page Not Found | Boa JS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" name="twitter:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" property="og:url" content="https://boajs.dev/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Boa JS"><link data-rh="true" rel="icon" href="/img/new_logo_yellow.svg"><link data-rh="true" rel="canonical" href="https://boajs.dev/404.html"><link data-rh="true" rel="alternate" href="https://boajs.dev/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boajs.dev/404.html" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="Boa JS RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Boa JS Atom Feed">
88
<link rel="alternate" type="application/json" href="/blog/feed.json" title="Boa JS JSON Feed"><link rel="stylesheet" href="/assets/css/styles.d6a92185.css">
9-
<script src="/assets/js/runtime~main.a11e3915.js" defer="defer"></script>
9+
<script src="/assets/js/runtime~main.1889a075.js" defer="defer"></script>
1010
<script src="/assets/js/main.aff53126.js" defer="defer"></script>
1111
</head>
1212
<body class="navigation-with-keyboard">

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title data-rh="true">About Boa | Boa JS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" name="twitter:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" property="og:url" content="https://boajs.dev/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About Boa | Boa JS"><meta data-rh="true" name="description" content="Information on the background of Boa."><meta data-rh="true" property="og:description" content="Information on the background of Boa."><link data-rh="true" rel="icon" href="/img/new_logo_yellow.svg"><link data-rh="true" rel="canonical" href="https://boajs.dev/about"><link data-rh="true" rel="alternate" href="https://boajs.dev/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://boajs.dev/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="Boa JS RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Boa JS Atom Feed">
88
<link rel="alternate" type="application/json" href="/blog/feed.json" title="Boa JS JSON Feed"><link rel="stylesheet" href="/assets/css/styles.d6a92185.css">
9-
<script src="/assets/js/runtime~main.a11e3915.js" defer="defer"></script>
9+
<script src="/assets/js/runtime~main.1889a075.js" defer="defer"></script>
1010
<script src="/assets/js/main.aff53126.js" defer="defer"></script>
1111
</head>
1212
<body class="navigation-with-keyboard">

assets/js/70a958de.7c3e93f6.js renamed to assets/js/70a958de.496105b5.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function _createMdxContent(props) {
173173
children: ["Right now the ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
174174
href: "https://github.com/tc39/proposal-temporal",
175175
children: "Temporal proposal"
176-
}), " is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,\nwe want to remain on a minor version to catch any changes which come in (mosty bug fixes) before the proposal reaches stage 4\nand thus complete. We expect that to happen in Q1 2026."]
176+
}), " is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,\nwe want to remain on a minor version to catch any changes which come in (mostly bug fixes) before the proposal reaches stage 4\nand thus complete. We expect that to happen in Q1 2026."]
177177
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
178178
children: "Fear not! temporal_rs passes over 4000 specification tests, is stable and ready to use."
179179
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
@@ -203,7 +203,7 @@ function _createMdxContent(props) {
203203
children: "#3277"
204204
}), "."]
205205
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
206-
children: "The PR itself stubbed out a lot of the methods, implemented some\nDuration and Instant functionality, and started the support for custom\ncalendars. There were, however, 2 major take aways from this PR:"
206+
children: "The PR itself stubbed out a lot of the methods, implemented some\nDuration and Instant functionality, and started the support for custom\ncalendars. There were, however, 2 major takeaways from this PR:"
207207
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.ul, {
208208
children: ["\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.li, {
209209
children: "Temporal is a massive specification update, it's the single biggest addition to ECMAScript since ES6."
@@ -246,7 +246,7 @@ function _createMdxContent(props) {
246246
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
247247
children: ["Luckily, custom calendars and time zones were removed from the\nspecification in the first half of 2024, so ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
248248
children: "temporal_rs"
249-
}), " was able to\nremove that support, which greatly benefitted the entire API. For\ninstance, here's the same code in the 0.1 version of ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
249+
}), " was able to\nremove that support, which greatly benefited the entire API. For\ninstance, here's the same code in the 0.1 version of ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
250250
children: "temporal_rs"
251251
}), ":"]
252252
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.pre, {

assets/js/cbaf7750.d6f8d61c.js renamed to assets/js/cbaf7750.11b2cd05.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function _createMdxContent(props) {
183183
children: ["Right now the ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.a, {
184184
href: "https://github.com/tc39/proposal-temporal",
185185
children: "Temporal proposal"
186-
}), " is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,\nwe want to remain on a minor version to catch any changes which come in (mosty bug fixes) before the proposal reaches stage 4\nand thus complete. We expect that to happen in Q1 2026."]
186+
}), " is at Stage 3 (4 being the final stage) in the standards process. Although unlikely,\nwe want to remain on a minor version to catch any changes which come in (mostly bug fixes) before the proposal reaches stage 4\nand thus complete. We expect that to happen in Q1 2026."]
187187
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
188188
children: "Fear not! temporal_rs passes over 4000 specification tests, is stable and ready to use."
189189
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
@@ -213,7 +213,7 @@ function _createMdxContent(props) {
213213
children: "#3277"
214214
}), "."]
215215
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.p, {
216-
children: "The PR itself stubbed out a lot of the methods, implemented some\nDuration and Instant functionality, and started the support for custom\ncalendars. There were, however, 2 major take aways from this PR:"
216+
children: "The PR itself stubbed out a lot of the methods, implemented some\nDuration and Instant functionality, and started the support for custom\ncalendars. There were, however, 2 major takeaways from this PR:"
217217
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.ul, {
218218
children: ["\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.li, {
219219
children: "Temporal is a massive specification update, it's the single biggest addition to ECMAScript since ES6."
@@ -256,7 +256,7 @@ function _createMdxContent(props) {
256256
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(_components.p, {
257257
children: ["Luckily, custom calendars and time zones were removed from the\nspecification in the first half of 2024, so ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
258258
children: "temporal_rs"
259-
}), " was able to\nremove that support, which greatly benefitted the entire API. For\ninstance, here's the same code in the 0.1 version of ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
259+
}), " was able to\nremove that support, which greatly benefited the entire API. For\ninstance, here's the same code in the 0.1 version of ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.code, {
260260
children: "temporal_rs"
261261
}), ":"]
262262
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(_components.pre, {

assets/js/f81c1134.11ad8833.js

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

assets/js/f81c1134.6959155b.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/js/runtime~main.a11e3915.js renamed to assets/js/runtime~main.1889a075.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
/******/ // This function allow to reference async chunks
214214
/******/ __webpack_require__.u = (chunkId) => {
215215
/******/ // return url for filenames based on template
216-
/******/ return "assets/js/" + ({"135":"2dd32be6","232":"22ec67e9","687":"df1064e4","712":"86920b3c","786":"07d90b7d","849":"0058b4c6","882":"e2ac0905","1080":"fab5792a","1158":"6146d358","1215":"a29c1785","1235":"a7456010","1268":"4e47c83a","1454":"f960933e","1529":"26ecbfdf","1750":"aad1ab61","1903":"acecf23e","2039":"c8872927","2101":"62c51ae7","2271":"bc314553","2396":"c7b09f5e","2711":"9e4087bc","2750":"356a0ac6","2803":"7c497f2b","2868":"71c8c15a","2949":"0fed9329","3019":"929b59a1","3030":"26e0313c","3045":"48c94c23","3249":"ccc49370","3510":"23c9ca53","3663":"8926b418","3976":"0e384e19","4212":"621db11d","4606":"160201dc","4652":"ec7a319c","4813":"6875c492","4828":"b26a177e","5106":"e54d9a45","5202":"00a9c990","5518":"4e3ca724","5742":"aba21aa0","5749":"f81c1134","5845":"ec931113","5863":"0b1ac180","5892":"3d29cfae","6061":"1f391b9e","6182":"70a958de","6183":"01541966","6248":"39d2f1b4","6299":"41662d1d","6303":"396b74ab","6533":"1fc1cbd8","6552":"cbaf7750","6803":"a44b6c3a","6826":"9a17a2e5","6969":"14eb3368","7000":"bef33ed9","7098":"a7bd4aaa","7436":"9fed6410","7472":"814f3328","7643":"a6aa9e1f","7961":"2d0a4ffa","8121":"3a2db09e","8130":"21de3d46","8146":"c15d9823","8209":"01a85c17","8401":"17896441","8534":"31e0c7b2","8864":"d92a3c43","8947":"ef8b811a","9048":"a94703ab","9378":"f9ed113b","9522":"15a49087","9569":"fb9edafc","9647":"5e95c892","9657":"740f7af3","9797":"4068d3ba","9858":"36994c47","9871":"ffd89829"}[chunkId] || chunkId) + "." + {"135":"84974133","165":"64f753c0","232":"4f4570e5","244":"4301c7d0","300":"a580c322","560":"16fc3060","687":"e1f09e9b","712":"65da50d8","786":"2adddb47","849":"18cfe248","882":"46d09352","899":"de674662","1080":"bf426fe2","1112":"f4ef8e77","1151":"8cb8ca8a","1158":"9feb6bc1","1215":"1af24bd7","1235":"2c432130","1268":"351e0577","1454":"04434c61","1529":"d1fd8ec8","1750":"4ce7fc64","1903":"478cf6ce","2039":"1016f5c0","2068":"8d80f4a7","2101":"620e8a65","2130":"98399730","2231":"544f7b71","2237":"99fa9941","2271":"3186e6b3","2334":"aaf2170d","2396":"22b42f43","2498":"d74163b2","2711":"7d8187d0","2750":"3d1698bf","2803":"6cda60dd","2868":"5282d801","2949":"6ee30534","3019":"c609b12e","3030":"b26f77e2","3045":"3c194a78","3249":"83b5cd64","3388":"4367736b","3403":"71baa8b8","3510":"0edf5ec8","3624":"5406c1e0","3663":"6b3196bb","3956":"adc483fc","3976":"261fbda5","4212":"30969414","4504":"08e4b843","4606":"10875454","4652":"da03937d","4687":"045a5135","4731":"35e71c0f","4813":"3d8d32b8","4828":"acb725b4","5106":"c06a8c5a","5202":"4508f2c5","5392":"4887f98d","5518":"a9d0e708","5631":"624a807c","5742":"bb736a31","5749":"6959155b","5845":"5af90b29","5863":"a6d078e6","5888":"72295d1c","5892":"ec4fec14","6060":"bf4bfb62","6061":"2045c135","6122":"a301af5a","6125":"1e2971bc","6182":"7c3e93f6","6183":"7d64c5e7","6248":"1d982bf1","6299":"0f5138ba","6303":"79eaf0e5","6319":"ca06607b","6400":"e0269c5e","6514":"165471b8","6533":"5ea87b68","6552":"d6f8d61c","6567":"0d1b4b3f","6803":"bca25c67","6826":"ff54c2e6","6969":"dde6045b","6992":"c7f975f9","7000":"4c58b0e1","7051":"404b3c1d","7098":"8b5c80e1","7195":"ccddaa5b","7436":"256149c7","7472":"9d8ad3a7","7518":"1e78d004","7643":"fe7fb259","7844":"3bbc4b02","7873":"11e7d15e","7928":"db884906","7961":"c29acfd2","8121":"c72795a0","8130":"fab56da8","8146":"f99ba9c4","8188":"bbc14f98","8209":"7da17603","8401":"bb4d0ae9","8467":"c6c7d886","8534":"dda7d813","8553":"526bc5fc","8716":"5f1aa367","8731":"764e3011","8864":"c3fc5ec8","8872":"b8bd978c","8947":"84705731","8969":"96cc6dc0","9048":"b309e2af","9378":"e596b65b","9412":"edfb8df3","9522":"91f8b85d","9569":"699fece8","9647":"67b20fa2","9657":"7a25baac","9741":"81cdc97b","9797":"839ccf9f","9858":"5e30b264","9871":"d11e8eb3","9993":"5e2cac34"}[chunkId] + ".js";
216+
/******/ return "assets/js/" + ({"135":"2dd32be6","232":"22ec67e9","687":"df1064e4","712":"86920b3c","786":"07d90b7d","849":"0058b4c6","882":"e2ac0905","1080":"fab5792a","1158":"6146d358","1215":"a29c1785","1235":"a7456010","1268":"4e47c83a","1454":"f960933e","1529":"26ecbfdf","1750":"aad1ab61","1903":"acecf23e","2039":"c8872927","2101":"62c51ae7","2271":"bc314553","2396":"c7b09f5e","2711":"9e4087bc","2750":"356a0ac6","2803":"7c497f2b","2868":"71c8c15a","2949":"0fed9329","3019":"929b59a1","3030":"26e0313c","3045":"48c94c23","3249":"ccc49370","3510":"23c9ca53","3663":"8926b418","3976":"0e384e19","4212":"621db11d","4606":"160201dc","4652":"ec7a319c","4813":"6875c492","4828":"b26a177e","5106":"e54d9a45","5202":"00a9c990","5518":"4e3ca724","5742":"aba21aa0","5749":"f81c1134","5845":"ec931113","5863":"0b1ac180","5892":"3d29cfae","6061":"1f391b9e","6182":"70a958de","6183":"01541966","6248":"39d2f1b4","6299":"41662d1d","6303":"396b74ab","6533":"1fc1cbd8","6552":"cbaf7750","6803":"a44b6c3a","6826":"9a17a2e5","6969":"14eb3368","7000":"bef33ed9","7098":"a7bd4aaa","7436":"9fed6410","7472":"814f3328","7643":"a6aa9e1f","7961":"2d0a4ffa","8121":"3a2db09e","8130":"21de3d46","8146":"c15d9823","8209":"01a85c17","8401":"17896441","8534":"31e0c7b2","8864":"d92a3c43","8947":"ef8b811a","9048":"a94703ab","9378":"f9ed113b","9522":"15a49087","9569":"fb9edafc","9647":"5e95c892","9657":"740f7af3","9797":"4068d3ba","9858":"36994c47","9871":"ffd89829"}[chunkId] || chunkId) + "." + {"135":"84974133","165":"64f753c0","232":"4f4570e5","244":"4301c7d0","300":"a580c322","560":"16fc3060","687":"e1f09e9b","712":"65da50d8","786":"2adddb47","849":"18cfe248","882":"46d09352","899":"de674662","1080":"bf426fe2","1112":"f4ef8e77","1151":"8cb8ca8a","1158":"9feb6bc1","1215":"1af24bd7","1235":"2c432130","1268":"351e0577","1454":"04434c61","1529":"d1fd8ec8","1750":"4ce7fc64","1903":"478cf6ce","2039":"1016f5c0","2068":"8d80f4a7","2101":"620e8a65","2130":"98399730","2231":"544f7b71","2237":"99fa9941","2271":"3186e6b3","2334":"aaf2170d","2396":"22b42f43","2498":"d74163b2","2711":"7d8187d0","2750":"3d1698bf","2803":"6cda60dd","2868":"5282d801","2949":"6ee30534","3019":"c609b12e","3030":"b26f77e2","3045":"3c194a78","3249":"83b5cd64","3388":"4367736b","3403":"71baa8b8","3510":"0edf5ec8","3624":"5406c1e0","3663":"6b3196bb","3956":"adc483fc","3976":"261fbda5","4212":"30969414","4504":"08e4b843","4606":"10875454","4652":"da03937d","4687":"045a5135","4731":"35e71c0f","4813":"3d8d32b8","4828":"acb725b4","5106":"c06a8c5a","5202":"4508f2c5","5392":"4887f98d","5518":"a9d0e708","5631":"624a807c","5742":"bb736a31","5749":"11ad8833","5845":"5af90b29","5863":"a6d078e6","5888":"72295d1c","5892":"ec4fec14","6060":"bf4bfb62","6061":"2045c135","6122":"a301af5a","6125":"1e2971bc","6182":"496105b5","6183":"7d64c5e7","6248":"1d982bf1","6299":"0f5138ba","6303":"79eaf0e5","6319":"ca06607b","6400":"e0269c5e","6514":"165471b8","6533":"5ea87b68","6552":"11b2cd05","6567":"0d1b4b3f","6803":"bca25c67","6826":"ff54c2e6","6969":"dde6045b","6992":"c7f975f9","7000":"4c58b0e1","7051":"404b3c1d","7098":"8b5c80e1","7195":"ccddaa5b","7436":"256149c7","7472":"9d8ad3a7","7518":"1e78d004","7643":"fe7fb259","7844":"3bbc4b02","7873":"11e7d15e","7928":"db884906","7961":"c29acfd2","8121":"c72795a0","8130":"fab56da8","8146":"f99ba9c4","8188":"bbc14f98","8209":"7da17603","8401":"bb4d0ae9","8467":"c6c7d886","8534":"dda7d813","8553":"526bc5fc","8716":"5f1aa367","8731":"764e3011","8864":"c3fc5ec8","8872":"b8bd978c","8947":"84705731","8969":"96cc6dc0","9048":"b309e2af","9378":"e596b65b","9412":"edfb8df3","9522":"91f8b85d","9569":"699fece8","9647":"67b20fa2","9657":"7a25baac","9741":"81cdc97b","9797":"839ccf9f","9858":"5e30b264","9871":"d11e8eb3","9993":"5e2cac34"}[chunkId] + ".js";
217217
/******/ };
218218
/******/ })();
219219
/******/

benchmarks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title data-rh="true">Benchmarks | Boa JS</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" name="twitter:image" content="https://boajs.dev/img/new_logo_yellow.svg"><meta data-rh="true" property="og:url" content="https://boajs.dev/benchmarks"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Benchmarks | Boa JS"><meta data-rh="true" name="description" content="Boa Benchmarks Page"><meta data-rh="true" property="og:description" content="Boa Benchmarks Page"><link data-rh="true" rel="icon" href="/img/new_logo_yellow.svg"><link data-rh="true" rel="canonical" href="https://boajs.dev/benchmarks"><link data-rh="true" rel="alternate" href="https://boajs.dev/benchmarks" hreflang="en"><link data-rh="true" rel="alternate" href="https://boajs.dev/benchmarks" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="Boa JS RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="Boa JS Atom Feed">
88
<link rel="alternate" type="application/json" href="/blog/feed.json" title="Boa JS JSON Feed"><link rel="stylesheet" href="/assets/css/styles.d6a92185.css">
9-
<script src="/assets/js/runtime~main.a11e3915.js" defer="defer"></script>
9+
<script src="/assets/js/runtime~main.1889a075.js" defer="defer"></script>
1010
<script src="/assets/js/main.aff53126.js" defer="defer"></script>
1111
</head>
1212
<body class="navigation-with-keyboard">

0 commit comments

Comments
 (0)