CINXE.COM

UK Collections

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>UK Collections </title> <meta name="description" content="Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."> <!-- Language versions --> <!-- useful variables --> <script> var pageLang = 'en'; var rootLang = 'en'; var basename = pageLang === rootLang ? undefined : pageLang; var languageSettings = {"en":{"label":"English"}}; </script> <!-- Widget requirements --> <!--react and gbif component--> <script src="https://unpkg.com/react@17.0.1/umd/react.production.min.js"></script> <script>window.React || document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/react/17.0.1/umd/react.production.min.js">\x3C/script>')</script> <script src="https://unpkg.com/react-dom@17.0.1/umd/react-dom.production.min.js"></script> <script>window.ReactDOM || document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.1/umd/react-dom.production.min.js">\x3C/script>')</script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mapbox-gl/2.1.1/mapbox-gl.min.css" integrity="sha512-j4BKLk7HB2Umio2SKGP4gh1L3jouxJDuBxcWoq4kf1fYIkJyXQUGxs9me8yz2wexxAIHIcQHzn64UfPIG232xQ==" crossorigin="anonymous" /> <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/openlayers/6.1.1/ol.min.css' /> <!--dynamically include version running in environment--> <script type="text/javascript" src="https://react-components.gbif.org/lib/gbif-react-components.js?v=40212622d4a49d9ed08d1a27752051ad"></script> <script type="text/javascript" src="/assets/theme/js/config.js"></script> <!-- CSS --> <!-- Bulma is included in main.css --> <link rel="stylesheet" href="/assets/theme/css/main.css?v=1738591595"> <link rel="stylesheet" href="/assets/theme/css/font-awesome.min.css"> <!-- Feeds --> <link rel="alternate" type="application/rss+xml" title="UK Collections - RSS feed" href="https://uk-collections.hp.gbif.org//feed.xml" > <!-- favicon - to set a favicon add favicon.ico to your root folder --> <!-- to add more favicon types, then add /_include/favicon.html to your project --> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "mbf5rcbt1f"); </script> </head> <body class="home"> <nav class="navbar " role="navigation" aria-label="main navigation"> <div class="navbar-content"> <div class="navbar-brand"> <a class="navbar-item navbar-logo" href="/"> <img class="navbar-logo_img" src="/assets/images/logo/logo.svg" alt="UK Collections - Home" height="28" /> </a> <a role="button" id="navbarBurger" class="navbar-burger burger menu-toggle" aria-label="menu" aria-expanded="false" data-target="mainNavbar" > <span aria-hidden="true"></span> <span aria-hidden="true"></span> <span aria-hidden="true"></span> </a> </div> <div id="mainNavbar" class="navbar-menu"> <div class="navbar-start"> <a class="navbar-top-item navbar-item" href="/about" > About </a> <div class="navbar-top-item navbar-item has-dropdown is-hoverable"> <a class="navbar-link"> UK Specimens </a> <div class="navbar-dropdown"> <a href="/specimen/search" class="navbar-item " > Specimen records </a> <a href="/specimen/search?view=GALLERY" class="navbar-item " > Images </a> <a href="/specimen/search?view=MAP" class="navbar-item " > Map </a> </div> </div> <a class="navbar-top-item navbar-item" href="/institution/search" > UK Institutions </a> <a class="navbar-top-item navbar-item" href="/news" > News </a> <a class="navbar-top-item navbar-item" href="/resources" > Resources </a> <a class="navbar-top-item navbar-item" href="/faq" > FAQs </a> </div> </div> </div> </nav> <main> <div> <section class="home_main"> <script> function switchToSpecimens() { document.getElementById("home-search-form").action = "/specimen/search"; document.getElementById("home-search-input").placeholder = "e.g. odonata"; document.getElementById("home-tab-specimens").classList.add("is-primary"); document.getElementById("home-tab-institutions").classList.remove("is-primary"); } function switchToInstitutions() { document.getElementById("home-search-form").action = "/institution/search"; document.getElementById("home-search-input").placeholder = "e.g. museum"; document.getElementById("home-tab-institutions").classList.add("is-primary"); document.getElementById("home-tab-specimens").classList.remove("is-primary"); } async function getGBIFCount(params) { const response = await fetch( `https://graphql.gbif.org/graphql?${params}`, // use a 5 second timeout {signal: AbortSignal.timeout(5000)} ); const result = await response.json(); return result.data; } (async function getRecordCount() { // the parameters for both institution count and specimen count requests have been // nabbed from the search pages. GBIF's graphql is not stable and public so we're // at the merci of GBIF and will need to keep these up to date. const institutionParams = new URLSearchParams({ "queryId": "1c84363fc177dc850aab74997d133172a3e09af2", "strict": true, "variables": JSON.stringify({ "displayOnNHCPortal": true, "country":"GB", "active":true, "limit":0, }), }); const specimenParams = new URLSearchParams({ "queryId": "605377d28a427710e6009c242a3ddda217188884", "strict": true, "variables": JSON.stringify({ "predicate": siteConfig.occurrence.rootPredicate, "size": 0, }), }); try { const specimenCount = (await getGBIFCount(specimenParams)).occurrenceSearch.documents.total; const institutionCount = (await getGBIFCount(institutionParams)).institutionSearch.count; document.getElementById("home-feature-subtitle-rcount").textContent = specimenCount.toLocaleString("en"); document.getElementById("home-feature-subtitle-icount").textContent = institutionCount; document.getElementById("home-feature-subtitle-nocount").style.display = "none"; document.getElementById("home-feature-subtitle-count").style.display = "inline"; } catch (error) { // swallow all errors, nom nom nom, but do log console.log(`An error occurred while loading the counts: ${error}`); } })(); </script> <div class="feature-img"> <img src="/assets/images/sample_home.JPG" /> <div class="feature-img-license"> <div class="feature-img-license-c"> <span class="icon"><i class="fa fa-info-circle"></i></span> </div> <div class="feature-img-license-text"> <p>Copyright Trustees of the Natural History Museum</p> </div> </div> </div> <div class="feature-content"> <h1 class="home-feature-title">The Distributed System of Scientific Collections UK</h1> <h2 class="home-feature-subtitle"> <span id="home-feature-subtitle-nocount">Search UK natural science collections</span> <span id="home-feature-subtitle-count">Search <span id="home-feature-subtitle-rcount"></span> records from <span id="home-feature-subtitle-icount"></span> UK natural science collections</span> </h2> <div class="home-search-wrapper"> <div class="home-search"> <div class="home-tabs"> <div class="button is-primary" id="home-tab-specimens" onclick="switchToSpecimens()"> <span>Search specimens</span> </div> <div class="button" id="home-tab-institutions" onclick="switchToInstitutions()"> <span>Search institutions</span> </div> </div> <form id="home-search-form" action="/specimen/search" method="GET"> <input type="search" name="q" id="home-search-input" value="" autocomplete="off" placeholder="e.g. odonata" /> <button type="submit">Search</button> </form> </div> </div> </div> </section> <section class="home_video"> <div class="feature-img"> <iframe src="https://www.youtube.com/embed/4Ad1SCl0s6w" title="Harnessing the Power of Natural Science Collections" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""> </iframe> </div> <div class="feature-content"> <div class="feature-text"> <h3 class="feature-title"> <p>Harnessing the Power of Natural Science Collections</p> </h3> </div> <div class="feature-description"> <p> DiSSCo UK is harnessing the full potential of the UK’s natural science collections by making them physically and digitally open, accessible, and usable for all forms of research and innovation. The DiSSCo UK Blueprint describes how the consortium aims to scale up digitisation and cooperation through a national infrastructure programme. </p> </div> <div class="feature-cta"> <a href="/assets/Harnessing%20the%20Power%20of%20Natural%20Science%20Collections.pdf" class="button is-primary"> Download report </a> </div> </div> </section> <section class="features"> <div class="features-intro"> <div class="feature-content "> <div class="feature-text"> <h3 class="feature-title"> <p>Latest news</p> </h3> </div> </div> </div> <div class="feature-cards has-7-elements"> <article class="feature" data-categories="Updates|"> <div class="feature-img" style=""> <picture> <source srcset="https://api.gbif.org/v1/image/uoC1dWmx9aJeR8j5BKlgXq9nKe0=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 2000w, https://api.gbif.org/v1/image/Zk8gwQEfnc8g4MnSvwxlmpviGGA=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1600w, https://api.gbif.org/v1/image/Ohul_uNpt7SnRXUvC14S9hDUgPQ=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1200w, https://api.gbif.org/v1/image/OSUSGM9B3W2WyY4cAiK_wwpBHC8=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1000w, https://api.gbif.org/v1/image/x3R5fvjg0n3s-LTpnMZZulg1Yag=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 800w, https://api.gbif.org/v1/image/VWV9DUvyEff-zlRk4zSZDOOEd9s=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 500w, https://api.gbif.org/v1/image/Xyvkf_yCuHiLGvG_4SrI0rKY4Fk=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 10w" sizes="(max-width: 500px) 100vw, 360px" > <img src="https://uk-collections.hp.gbif.org//assets/images/rhodochrosite.jpg" alt="" srcset="https://api.gbif.org/v1/image/uoC1dWmx9aJeR8j5BKlgXq9nKe0=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 2000w, https://api.gbif.org/v1/image/Zk8gwQEfnc8g4MnSvwxlmpviGGA=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1600w, https://api.gbif.org/v1/image/Ohul_uNpt7SnRXUvC14S9hDUgPQ=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1200w, https://api.gbif.org/v1/image/OSUSGM9B3W2WyY4cAiK_wwpBHC8=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 1000w, https://api.gbif.org/v1/image/x3R5fvjg0n3s-LTpnMZZulg1Yag=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 800w, https://api.gbif.org/v1/image/VWV9DUvyEff-zlRk4zSZDOOEd9s=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 500w, https://api.gbif.org/v1/image/Xyvkf_yCuHiLGvG_4SrI0rKY4Fk=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Frhodochrosite.jpg 10w" sizes="(max-width: 500px) 100vw, 360px" /> </picture> <a href="/post/2024/year-end/" class="feature-overlay"></a> </div> <div class="feature-content "> <div class="feature-text"> <a href="/post/2024/year-end/" class="feature-overlay"></a> <h3 class="feature-title"> <a href="/post/2024/year-end/" ><p>2024 Year in Review</p> </a> </h3> </div> <div class="feature-description"> <p>by Tara Wainwright</p> </div> <div class="feature-categories"> <div class="tags"> <a class="tag is-light" href="/news/?category=Updates">Updates</a> </div> </div> </div> </article> <article class="feature" data-categories="Digital collections|"> <div class="feature-img" style=""> <picture> <source srcset="https://api.gbif.org/v1/image/B4ktSS_WaR1F7vMLoR1DX4KbHCI=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 2000w, https://api.gbif.org/v1/image/QupoNSTVYLrNJRNSDAj07narvsQ=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1600w, https://api.gbif.org/v1/image/MBlAOqaw_KYlyrbsF_HMfXayUrg=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1200w, https://api.gbif.org/v1/image/8eAvTRFtr1Biz45NVhFJu23I1A0=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1000w, https://api.gbif.org/v1/image/_1TLbUzZovGdefwcLyErZXHlLuQ=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 800w, https://api.gbif.org/v1/image/Q-3VUxZo_dcoW-casaNe_6aCR3c=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 500w, https://api.gbif.org/v1/image/J0H9uSmf2an8DIZR4MwxdxLmEo0=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 10w" sizes="(max-width: 500px) 100vw, 360px" > <img src="https://uk-collections.hp.gbif.org//assets/images/DiSSCoUKvisit.jpg" alt="" srcset="https://api.gbif.org/v1/image/B4ktSS_WaR1F7vMLoR1DX4KbHCI=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 2000w, https://api.gbif.org/v1/image/QupoNSTVYLrNJRNSDAj07narvsQ=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1600w, https://api.gbif.org/v1/image/MBlAOqaw_KYlyrbsF_HMfXayUrg=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1200w, https://api.gbif.org/v1/image/8eAvTRFtr1Biz45NVhFJu23I1A0=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 1000w, https://api.gbif.org/v1/image/_1TLbUzZovGdefwcLyErZXHlLuQ=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 800w, https://api.gbif.org/v1/image/Q-3VUxZo_dcoW-casaNe_6aCR3c=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 500w, https://api.gbif.org/v1/image/J0H9uSmf2an8DIZR4MwxdxLmEo0=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2FDiSSCoUKvisit.jpg 10w" sizes="(max-width: 500px) 100vw, 360px" /> </picture> <a href="/post/2024/dissco-announcement/" class="feature-overlay"></a> </div> <div class="feature-content "> <div class="feature-text"> <a href="/post/2024/dissco-announcement/" class="feature-overlay"></a> <h3 class="feature-title"> <a href="/post/2024/dissco-announcement/" ><p>DiSSCo UK 10-year digitisation programme announced</p> </a> </h3> </div> <div class="feature-description"> <p>by Tara Wainwright</p> </div> <div class="feature-categories"> <div class="tags"> <a class="tag is-light" href="/news/?category=Digital+collections">Digital collections</a> </div> </div> </div> </article> <article class="feature" data-categories="Technology|Outreach|"> <div class="feature-img" style=""> <picture> <source srcset="https://api.gbif.org/v1/image/Gge82laL567N9d7Oa7Mz0SW5JYc=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 2000w, https://api.gbif.org/v1/image/vbkPWYRLPjh0l1hOPtpELVGb1Wk=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1600w, https://api.gbif.org/v1/image/nLIcuGctOQ9bC6oKtvkjOWJ1KrI=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1200w, https://api.gbif.org/v1/image/6tpgMANZ7d8OgQRfZ6AeZtlLnZ0=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1000w, https://api.gbif.org/v1/image/7IElJ-K4WzhydGSqDDUVdIU-ypE=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 800w, https://api.gbif.org/v1/image/FQfSIzXpTInxON7DSD5AuWAedfc=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 500w, https://api.gbif.org/v1/image/nRs6PGN-vrVPqbm_eIuTCcmOw0Y=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 10w" sizes="(max-width: 500px) 100vw, 360px" > <img src="https://uk-collections.hp.gbif.org//assets/images/gallery_screenshot.png" alt="" srcset="https://api.gbif.org/v1/image/Gge82laL567N9d7Oa7Mz0SW5JYc=/fit-in/2000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 2000w, https://api.gbif.org/v1/image/vbkPWYRLPjh0l1hOPtpELVGb1Wk=/fit-in/1600x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1600w, https://api.gbif.org/v1/image/nLIcuGctOQ9bC6oKtvkjOWJ1KrI=/fit-in/1200x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1200w, https://api.gbif.org/v1/image/6tpgMANZ7d8OgQRfZ6AeZtlLnZ0=/fit-in/1000x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 1000w, https://api.gbif.org/v1/image/7IElJ-K4WzhydGSqDDUVdIU-ypE=/fit-in/800x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 800w, https://api.gbif.org/v1/image/FQfSIzXpTInxON7DSD5AuWAedfc=/fit-in/500x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 500w, https://api.gbif.org/v1/image/nRs6PGN-vrVPqbm_eIuTCcmOw0Y=/fit-in/10x0/https%3A%2F%2Fuk-collections.hp.gbif.org%2F%2Fassets%2Fimages%2Fgallery_screenshot.png 10w" sizes="(max-width: 500px) 100vw, 360px" /> </picture> <a href="/post/2024/websitemerge/" class="feature-overlay"></a> </div> <div class="feature-content "> <div class="feature-text"> <a href="/post/2024/websitemerge/" class="feature-overlay"></a> <h3 class="feature-title"> <a href="/post/2024/websitemerge/" ><p>DiSSCo UK website and portal merge</p> </a> </h3> </div> <div class="feature-description"> <p>by Tara Wainwright</p> </div> <div class="feature-categories"> <div class="tags"> <a class="tag is-light" href="/news/?category=Technology">Technology</a> <a class="tag is-light" href="/news/?category=Outreach">Outreach</a> </div> </div> </div> </article> </div> </section> </div> </main> <div class="terms-notice is-hidden" id="termsNotice"> <p>We use cookies on our website. Some are technically necessary, others help us improve your user experience. You can decline non-essential cookies by selecting “Reject”. Please see our <a href="/privacy">Privacy Policy</a> for further information about our privacy practices and use of cookies.</p> <div style="margin-top: 8px"> <button class="button is-primary" onclick="gbif_acceptCookies();"> Accept </button> <button class="button is-error" onclick="gbif_rejectCookies();"> Reject </button> </div> </div> <footer> <div class="footer"> <div> </div> <div> <div class="footer-groups"> <div class="footer-column"> <p class="footer-column-name">Project Website</p> <ul class="footer-links"> <li> <a href="https://dissco-uk.org">DiSSCo UK</a> </li> </ul> </div> <div class="footer-column"> <p class="footer-column-name">Code</p> <div class="footer-description"> <p>This project is open source - see our <a href="https://github.com/gbif/hp-uk-collections">GitHub</a> page</p> </div> </div> <div class="footer-column"> <p class="footer-column-name">Contact</p> <div class="footer-description"> <p>dissco-uk@nhm.ac.uk</p> <ul> <li>DiSSCo UK,</li> <li>Natural History Museum</li> <li>Cromwell Road,</li> <li>London SW7 5BD</li> </ul> </div> </div> </div> </div> </div> <div class="footer-hostedby"> <div><a href="https://gbif.org/hosted-portals"><img src="/assets/theme/img/hostedby.svg"/></a></div> </div> </footer> <script> ; var currentLocale = 'en'; </script> <script src="/assets/theme/js/script.js?v=1738591595"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10