diff options
Diffstat (limited to 'rust/wolfree_sed_in_place/src/include_str.html')
-rw-r--r-- | rust/wolfree_sed_in_place/src/include_str.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/rust/wolfree_sed_in_place/src/include_str.html b/rust/wolfree_sed_in_place/src/include_str.html index 2fbe0f4..f09b167 100644 --- a/rust/wolfree_sed_in_place/src/include_str.html +++ b/rust/wolfree_sed_in_place/src/include_str.html @@ -1,13 +1,15 @@ +<!-- SPDX-License-Identifier: AGPL-3.0-or-later --> + <meta name="referrer" content="no-referrer" /> -<script type="module" src="/ajax/libs/jquery/3.7.0/jquery.min.js"></script> +<script type="module" src="/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script type="module" src="/ajax/libs/dompurify/3.0.5/purify.min.js"></script> -<script type="module" src="/ajax/libs/wolfree/23.7.8/js/onload.js"></script> +<script type="module" src="/ajax/libs/wolfree/2023.8.31/js/onload.js"></script> <link rel="preload" as="style" onload="this.onload = null; this.rel = 'stylesheet';" - href="/ajax/libs/wolfree/23.7.8/css/Placeholder.css" /> + href="/ajax/libs/wolfree/2023.8.31/css/Placeholder.css" /> <link rel="preload" as="style" onload="this.onload = null; this.rel = 'stylesheet';" - href="/ajax/libs/wolfree/23.7.8/css/PodsParser.css" /> + href="/ajax/libs/wolfree/2023.8.31/css/PodsParser.css" /> <style> html>body>#__next>div>header { @@ -64,6 +66,10 @@ } </style> +<!-- + Regex in regex - Rust + https://docs.rs/regex/latest/regex/struct.Regex.html#replacement-string-syntax +--> $0 <header> @@ -72,5 +78,4 @@ $0 <a href="../mirror">Mirror</a> <a href="../source">Source</a> </nav> -</header> -<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
\ No newline at end of file +</header>
\ No newline at end of file |