It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://en.numista.com/forum/topic.php?id=122518/

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <title>Page not found &ndash; Numista</title>
  6.    <meta name="description" lang="en" content="Coin, banknote and exonumia catalogue, online collection management, swaps, forum, and more." />
  7.    
  8.    <link rel="apple-touch-icon" sizes="57x57" href="https://en.numista.com/apple-touch-icon-57x57.png">
  9.    <link rel="apple-touch-icon" sizes="60x60" href="https://en.numista.com/apple-touch-icon-60x60.png">
  10.    <link rel="apple-touch-icon" sizes="72x72" href="https://en.numista.com/apple-touch-icon-72x72.png">
  11.    <link rel="apple-touch-icon" sizes="76x76" href="https://en.numista.com/apple-touch-icon-76x76.png">
  12.    <link rel="apple-touch-icon" sizes="114x114" href="https://en.numista.com/apple-touch-icon-114x114.png">
  13.    <link rel="apple-touch-icon" sizes="120x120" href="https://en.numista.com/apple-touch-icon-120x120.png">
  14.    <link rel="apple-touch-icon" sizes="144x144" href="https://en.numista.com/apple-touch-icon-144x144.png">
  15.    <link rel="apple-touch-icon" sizes="152x152" href="https://en.numista.com/apple-touch-icon-152x152.png">
  16.    <link rel="apple-touch-icon" sizes="180x180" href="https://en.numista.com/apple-touch-icon-180x180.png">
  17.    <link rel="mask-icon" href="/safari-pinned-tab.svg?v=E6vrePyX0f" color="#dfeefb">
  18.    <link rel="icon" sizes="32x32" type="image/png" href="https://en.numista.com/favicon-32x32.png?v=E6vrePyX0f">
  19.    <link rel="icon" sizes="192x192" type="image/png" href="https://en.numista.com/android-chrome-192x192.png">
  20.    <link rel="icon" sizes="96x96" type="image/png" href="https://en.numista.com/favicon-96x96.png?v=E6vrePyX0f">
  21.    <link rel="icon" sizes="16x16" type="image/png" href="https://en.numista.com/favicon-16x16.png?v=E6vrePyX0j">
  22.    <link rel="manifest" href="https://en.numista.com/manifest.json">
  23.    <meta name="msapplication-TileColor" content="#000088">
  24.    <meta name="msapplication-TileImage" content="https://en.numista.com/mstile-144x144.png">
  25.    <meta name="theme-color" content="#dfeefb">
  26.    <meta name="application-name" content="Numista">
  27.    <meta name="apple-mobile-web-app-title" content="Numista">
  28.    
  29.    <link rel="search" type="application/opensearchdescription+xml" title="Numista" href="/opensearch_desc.php" />
  30.  
  31.    <meta name="format-detection" content="telephone=no">
  32.    
  33.    <meta name="viewport" content="width=device-width" />
  34.    <meta name="viewport" content="initial-scale=1.0" />    
  35.    <link rel="stylesheet" href="https://en.numista.com/design/global.v475.css">
  36.        <link rel="stylesheet" href="https://en.numista.com/design/forum.v475.css">
  37.    <link rel="stylesheet" href="https://en.numista.com/design/ckeditor.v475.css" />
  38.                <link rel="stylesheet" type="text/css" href="https://en.numista.com/catalogue/sprite.v475.css" />
  39.    <link rel="preload" as="font" type="font/woff2" href="/design/font/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky462EK9Cs.woff2" crossorigin="anonymous" />
  40.    <link rel="preload" as="font" type="font/woff2" href="/design/font/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7GEK9Cs.woff2" crossorigin="anonymous" />
  41.        
  42.    <script src="https://en.numista.com/outils/jquery-3.6.0.min.js"></script>
  43.    <script>
  44.        LANGUAGE = 'en';
  45.    
  46.        function toggleMenu(menuName) {
  47.            let button = document.getElementById(menuName+"_button");
  48.            let pressed = button.getAttribute("aria-pressed")==="true";
  49.            button.setAttribute("aria-pressed", pressed? "false": "true");
  50.            document.getElementById(menuName).setAttribute("aria-hidden", pressed? "true": "false");
  51.            let links = document.getElementById(menuName).getElementsByTagName("a");
  52.            for (let i=0; i<links.length; i++) {
  53.                links[i].setAttribute("tabindex", pressed? "-1": "0");
  54.            }
  55.            let buttons = document.getElementById(menuName).getElementsByTagName("button");
  56.            for (let i=0; i<buttons.length; i++) {
  57.                buttons[i].setAttribute("tabindex", pressed? "-1": "0");
  58.            }
  59.            let selects = document.getElementById(menuName).getElementsByTagName("select");
  60.            for (let i=0; i<selects.length; i++) {
  61.                selects[i].setAttribute("tabindex", pressed? "-1": "0");
  62.            }
  63.                        let inputs = document.getElementById(menuName).getElementsByTagName("input");
  64.            for (let i=0; i<inputs.length; i++) {
  65.                inputs[i].setAttribute("tabindex", pressed? "-1": "0");
  66.            }
  67.            if (menuName==="account_menu" && (!pressed)) {
  68.                if (document.getElementById("language_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("language_menu");
  69.                if (document.getElementById("search_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("search_menu");
  70.            }
  71.            else if (menuName==="search_menu" && (!pressed)) {
  72.                document.getElementById("search_menu_input").focus();
  73.                if (document.getElementById("language_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("language_menu");
  74.                if (document.getElementById("account_menu_button").getAttribute("aria-pressed")==="true") toggleMenu("account_menu");
  75.            }
  76.            else if (menuName.substring(0, 9)==="forum_cat") {
  77.                if (!pressed) {
  78.                    document.cookie =  menuName + '=; expires=Thu, 01 Jan 1970 00:00:00 UTC';
  79.                }
  80.                else {
  81.                    let date = new Date(Date.now() + 365 * 24 * 3600 * 1000);
  82.                    document.cookie = menuName + '=1; expires=' + date.toUTCString();
  83.                }
  84.            }
  85.        }
  86.  
  87.        function togglePinnedAccountMenu() {
  88.            let pinned = document.getElementById("global_header").className==="pinned_account";
  89.            if (!pinned) {
  90.                document.cookie = "pinned_account_menu=1; expires=Monday, 20-Nov-2034 05:54:47 CET; domain=numista.com; path=/";
  91.                document.getElementById("global_header").className = "pinned_account";
  92.                document.getElementById("pinned_account_button").src = "https://en.numista.com/design/wrap.svg";
  93.                document.getElementById("pinned_account_button").alt = "Wrap";
  94.                document.getElementById("pinned_account_button").title = "Wrap";
  95.                if (window.matchMedia("(max-width: 600px)").matches) toggleMenu("account_menu");
  96.            }
  97.            else {
  98.                document.cookie = "pinned_account_menu=0; expires=Thu, 01 Jan 1970 00:00:00 UTC; domain=numista.com; path=/";
  99.                document.getElementById("global_header").className = "";
  100.                document.getElementById("pinned_account_button").src = "https://en.numista.com/design/pin.svg";
  101.                document.getElementById("pinned_account_button").alt = "Pin";
  102.                document.getElementById("pinned_account_button").title = "Pin";
  103.                if (document.getElementById("account_menu").getAttribute("aria-hidden")!=="true") toggleMenu("account_menu");
  104.            }
  105.        }
  106.  
  107.        /* Matomo */
  108.        let _paq = window._paq = window._paq || [];
  109.        _paq.push(['setCustomDimension', 1, 'no']);
  110.        _paq.push(['setCustomDimension', 2, 'en']);
  111.        _paq.push(['setCustomDimension', 4, 'en']);
  112.        _paq.push(["setCookieDomain", "*.numista.com"]);
  113.        _paq.push(["setDomains", ["*.numista.com","*.en.numista.com","*.fr.numista.com","static-numista.com"]]);
  114.        _paq.push(['trackPageView']);
  115.        _paq.push(['enableLinkTracking']);
  116.        (function() {
  117.            let u="https://analytics.numista.com/";
  118.            _paq.push(['setTrackerUrl', u+'matomo.php']);
  119.            _paq.push(['setSiteId', '10']);
  120.            let d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  121.            g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  122.        })();
  123.    </script>
  124.    
  125.        <script async src="https://en.numista.com/script_async.v44.js"></script>
  126.    
  127.        
  128.        
  129.        
  130.        
  131.            <link rel="alternate" type="text/html" hreflang="de" href="https://de.numista.com/forum/topic.php?id=122518/" />
  132.            <link rel="alternate" type="text/html" hreflang="es" href="https://es.numista.com/forum/topic.php?id=122518/" />
  133.            <link rel="alternate" type="text/html" hreflang="fr" href="https://fr.numista.com/forum/topic.php?id=122518/" />
  134.            <link rel="alternate" type="text/html" hreflang="it" href="https://it.numista.com/forum/topic.php?id=122518/" />
  135.            <link rel="alternate" type="text/html" hreflang="nl" href="https://nl.numista.com/forum/topic.php?id=122518/" />
  136.            <link rel="alternate" type="text/html" hreflang="pt" href="https://pt.numista.com/forum/topic.php?id=122518/" />
  137.            <link rel="alternate" type="text/html" hreflang="ru" href="https://ru.numista.com/forum/topic.php?id=122518/" />
  138.        
  139.    </head>
  140. <body>
  141.    <div id="global_container">
  142.        <header id="global_header">
  143.            <noscript><p><img src="https://analytics.numista.com/matomo.php?idsite=10&amp;rec=1" style="border:0;" alt="" /></p></noscript>
  144.            <div class="middle_element">
  145.                <div id="main_header">
  146.                    <a href="/" id="global_logo">
  147.                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 91">
  148.                            <title>Numista</title>
  149.                            <g transform="translate(0,91) scale(0.1,-0.1)" fill="#000088" stroke="none">
  150.                                <path d="M360 846 c-113 -67 -133 -86 -125 -118 l7 -27 41 30 c52 37 91 36 95 -3 10 -82 -209 -538 -258 -538 -26 0 10 88 50 125 12 11 26 27 31 36 8 15 5 16 -34 4 -36 -10 -49 -23 -90 -82 -73 -108 -87 -218 -31 -240 69 -26 209 179 324 474 23 59 45 112 49 116 11 11 67 -220 92 -378 11 -72 23 -137 25 -145 13 -38 208 329 263 495 64 192 62 287 -7 293 -28 3 -41 -5 -102 -65 -69 -67 -78 -85 -61 -111 6 -10 15 -6 39 17 64 65 95 22 70 -98 -14 -68 -105 -297 -114 -288 -2 2 -15 57 -28 123 -45 218 -118 424 -149 424 -7 0 -46 -20 -87 -44z"/>
  151.                                <path d="M1963 788 c-24 -24 -43 -47 -43 -50 0 -13 71 -29 99 -23 28 6 111 69 111 84 0 5 -19 11 -42 15 -24 3 -52 8 -63 11 -15 4 -32 -6 -62 -37z"/>
  152.                                <path d="M2559 792 c-62 -34 -68 -40 -84 -89 -10 -29 -24 -53 -30 -53 -7 0 -24 -10 -39 -21 -27 -21 -27 -21 -7 -36 12 -8 21 -20 21 -26 0 -7 -25 -78 -55 -159 -33 -87 -55 -162 -55 -185 0 -45 23 -73 59 -73 23 0 93 60 142 121 29 37 29 39 13 64 l-16 25 -30 -41 c-16 -22 -31 -39 -34 -36 -2 2 19 70 47 151 48 137 53 146 77 146 14 0 48 15 76 33 l51 32 -63 3 c-34 2 -62 4 -62 6 0 1 15 42 34 89 19 48 31 87 28 86 -4 0 -37 -17 -73 -37z"/>
  153.                                <path d="M1987 649 c-47 -24 -81 -48 -87 -62 -40 -96 -130 -341 -135 -371 -15 -76 32 -86 122 -25 50 33 62 47 68 75 3 20 9 42 12 50 10 27 -26 14 -42 -15 -25 -50 -35 -44 -19 11 19 62 117 299 144 346 11 17 18 32 17 32 -1 -1 -37 -19 -80 -41z"/>
  154.                                <path d="M1179 662 c-54 -15 -56 -16 -77 -72 -35 -88 -188 -306 -205 -290 -3 3 22 72 55 154 65 165 71 209 28 214 -16 1 -47 -13 -88 -42 l-63 -45 21 -21 c25 -25 27 -14 -47 -209 -55 -147 -60 -176 -32 -194 29 -18 71 3 137 69 35 35 62 58 59 50 -26 -66 -14 -126 25 -126 11 0 52 17 89 37 56 30 69 42 69 61 0 21 -4 24 -26 19 -15 -2 -28 0 -30 7 -5 14 36 128 91 256 21 47 44 100 51 118 8 17 11 31 7 31 -5 -1 -33 -9 -64 -17z"/>
  155.                                <path d="M1334 651 c-39 -18 -42 -22 -48 -72 -8 -60 -58 -220 -110 -352 -19 -49 -29 -87 -23 -84 7 2 39 14 72 27 59 22 60 23 97 99 41 85 116 206 124 198 3 -2 -20 -73 -51 -157 -30 -84 -55 -156 -55 -161 0 -4 28 2 63 15 68 26 60 17 182 204 73 111 95 135 70 75 -127 -299 -124 -335 22 -257 63 34 73 43 73 67 0 29 -9 34 -27 16 -7 -7 -13 -7 -17 0 -7 10 12 66 83 253 23 59 41 114 41 123 0 27 -29 29 -81 5 -42 -20 -60 -39 -129 -138 -44 -63 -80 -111 -80 -106 0 5 18 55 40 112 43 109 50 152 25 152 -8 0 -39 -11 -68 -24 -46 -20 -62 -35 -107 -100 -30 -42 -55 -75 -56 -73 -1 1 9 35 22 75 39 116 23 142 -62 103z"/>
  156.                                <path d="M2203 649 c-71 -35 -143 -130 -143 -188 0 -25 50 -83 95 -111 41 -26 50 -48 29 -71 -28 -31 -94 -22 -94 12 0 11 6 28 13 39 10 17 9 22 -3 30 -18 11 -45 -13 -97 -82 -39 -53 -38 -75 4 -108 31 -24 83 -26 129 -4 62 29 154 152 154 204 0 34 -15 54 -75 99 -60 45 -72 81 -36 101 28 15 46 13 72 -9 21 -17 22 -21 11 -46 -11 -23 -11 -30 0 -36 22 -14 26 -11 68 50 47 70 49 92 14 120 -34 27 -87 27 -141 0z"/>
  157.                                <path d="M2774 632 c-33 -21 -77 -59 -98 -83 -81 -93 -161 -309 -137 -372 18 -48 78 -29 156 49 l38 37 -5 -34 c-15 -96 37 -105 140 -22 35 29 42 40 42 70 0 36 0 36 -20 18 -48 -44 -35 21 43 212 54 133 58 165 15 142 -13 -7 -24 -6 -40 6 -35 24 -70 18 -134 -23z m49 -70 c16 -17 14 -24 -27 -108 -24 -49 -62 -109 -84 -134 l-41 -45 -1 38 c0 50 52 183 91 230 35 42 40 44 62 19z"/>
  158.                            </g>
  159.                        </svg>
  160.                    </a>
  161.                    <div id="main_header_spacer"></div>
  162.                    <div>
  163.                        <form action="/search_redirect.php" method="get">
  164.                            <div id="top_search_bar" class="top_search_bar">
  165.                                <input type="text" name="numista_search" aria-label="Search query" placeholder="Search..." enterkeyhint="search" /><!--
  166.                             --><select name="cat" aria-label="Search type">
  167.                                    <option value="catalogue">Catalogue</option>
  168.                                    <option value="number">N# Number</option>
  169.                                    <option value="username">User names</option>
  170.                                    <option value="forum">Forum</option>
  171.                                </select>
  172.                                <button type="submit" class="primary" title="Search">
  173.                                    <svg viewBox="0 0 4.3422532 4.3423419">
  174.                                        <g transform="translate(-6.9003019,-4.5431149)">
  175.                                            <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  176.                                        </g>
  177.                                    </svg>
  178.                                </button>
  179.                            </div>
  180.                        </form>
  181.                    </div>
  182.                                        <div>
  183.                        <button id="language_menu_button" onclick="toggleMenu('language_menu')">
  184.                            <span title="English">EN</span>
  185.                            <svg viewBox="0 -256 1792 1792" class="rotatory_menu_arrow">
  186.                                <g>
  187.                                    <path d="m 1611,832 q 0,-53 -37,-90 L 923,91 Q 885,53 832,53 778,53 742,91 L 91,742 q -38,36 -38,90 0,53 38,91 l 74,75 q 39,37 91,37 53,0 90,-37 l 486,-486 486,486 q 37,37 90,37 52,0 91,-37 l 75,-75 q 37,-39 37,-91 z" />
  188.                                </g>
  189.                            </svg>
  190.                        </button>
  191.                        <ul id="language_menu" aria-hidden="true">
  192.                                                                                    <li><a href="https://de.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">DE</span> &ndash; Deutsch</a></li>
  193.                                                                                                                                                                    <li><a href="https://es.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">ES</span> &ndash; Español</a></li>
  194.                                                                                                                <li><a href="https://fr.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">FR</span> &ndash; Français</a></li>
  195.                                                                                                                <li><a href="https://it.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">IT</span> &ndash; Italiano</a></li>
  196.                                                                                                                <li><a href="https://nl.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">NL</span> &ndash; Nederlands</a></li>
  197.                                                                                                                <li><a href="https://pt.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">PT</span> &ndash; Português</a></li>
  198.                                                                                                                <li><a href="https://ru.numista.com/forum/topic.php?id=122518/" tabindex="-1"><span style="display: inline-flex; width: 1.2em;">RU</span> &ndash; Русский</a></li>
  199.                                                                            </ul>
  200.                    </div>
  201.                                        <div>
  202.                        <button type="button" id="search_menu_button" title="Search" onclick="toggleMenu('search_menu')">
  203.                            <svg viewBox="0 0 4.3422532 4.3423419">
  204.                                <g transform="translate(-6.9003019,-4.5431149)">
  205.                                    <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  206.                                </g>
  207.                            </svg>
  208.                        </button>
  209.                    </div>
  210.                                        <div id="top_sign_buttons">
  211.                        <a href="/connexion/connecter.php" class="button secondary">Sign in</a>
  212.                        <a href="/connexion/inscription.php" class="button">Register</a>
  213.                    </div>
  214.                                    </div>
  215.                <div id="search_menu" aria-hidden="true">
  216.                    <form action="/search_redirect.php" method="get">
  217.                        <div class="top_search_bar">
  218.                            <input type="text" name="numista_search" id="search_menu_input" aria-label="Search query" placeholder="Search..." tabindex="-1" /><!--
  219.                         --><select name="cat" aria-label="Search type" tabindex="-1">
  220.                                <option value="catalogue">Catalogue</option>
  221.                                <option value="number">N# Number</option>
  222.                                <option value="username">User names</option>
  223.                                <option value="forum">Forum</option>
  224.                            </select>
  225.                            <button type="submit" class="primary" title="Search" tabindex="-1">
  226.                                <svg viewBox="0 0 4.3422532 4.3423419">
  227.                                    <g transform="translate(-6.9003019,-4.5431149)">
  228.                                        <path d="m 8.6645435,7.2570343 c 0.5242278,0 0.9493251,-0.4250972 0.9493251,-0.9496778 0,-0.5249333 -0.4250973,-0.9503833 -0.9493251,-0.9503833 -0.5245805,0 -0.9496778,0.42545 -0.9496778,0.9503833 0,0.5245806 0.4250973,0.9496778 0.9496778,0.9496778 z m 2.4189975,1.4696723 c -0.105481,0.1058333 -0.244828,0.15875 -0.383822,0.15875 -0.139348,0 -0.277989,-0.052917 -0.383823,-0.15875 L 9.4671129,7.8775703 c -0.2409472,0.1234723 -0.5136444,0.193675 -0.8025694,0.193675 -0.9743722,0 -1.7642416,-0.7902221 -1.7642416,-1.7638888 0,-0.974725 0.7898694,-1.7642416 1.7642416,-1.7642416 0.9740194,0 1.7635365,0.7895166 1.7635365,1.7642416 0,0.288925 -0.06985,0.5616222 -0.19297,0.8029222 l 0.848431,0.8484306 c 0.212019,0.2120193 0.212019,0.555625 0,0.7679973" />
  229.                                    </g>
  230.                                </svg>
  231.                            </button>
  232.                        </div>
  233.                    </form>
  234.                </div>
  235.                                <nav id="global_menu" class="icons_menu">
  236.                    <ul>
  237.                        <li >
  238.                            <a href="/catalogue/index.php">
  239.                                <svg width="20" height="15" viewBox="0 0 56 43" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
  240.                                    <g transform="translate(-4,-10)">
  241.                                        <path d="m11 10c-0.55 0-1 0.45-1 1v35c0 0.55 0.45 1 1 1 6.92 0 12.451 1.25 17.471 4 0.86 0.46 1.6993 0.9693 2.5293 1.5293v-37.34c-5.75-3.57-12-5.1895-20-5.1895zm9.3691 9.8066a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" style="fill:#000088"/>
  242.                                        <path d="m53 10c-8 0-14.25 1.6195-20 5.1895v37.34c0.83-0.56 1.6693-1.0693 2.5293-1.5293 5.02-2.75 10.551-4 17.471-4 0.55 0 1-0.45 1-1v-35c0-0.55-0.45-1-1-1zm-2.291 8.0449a1.25 1.25 0 0 1 1.2637 1.2363 1.25 1.25 0 0 1-1.2383 1.2637c-4.7831 0.05029-10.108 1.8675-13.598 4.4434a1.25 1.25 0 0 1-1.748-0.26367 1.25 1.25 0 0 1 0.26367-1.748c3.9976-2.9509 9.679-4.8751 15.057-4.9316zm-0.03516 7.1621a1.25 1.25 0 0 1 1.2637 1.2363 1.25 1.25 0 0 1-1.2363 1.2637c-4.7831 0.05029-10.108 1.8675-13.598 4.4434a1.25 1.25 0 0 1-1.748-0.26367 1.25 1.25 0 0 1 0.26367-1.748c3.9976-2.9509 9.677-4.8751 15.055-4.9316zm0.26758 7.2012a1.25 1.25 0 0 1 1.2617 1.2363 1.25 1.25 0 0 1-1.2363 1.2617c-4.7832 0.05029-10.108 1.8675-13.598 4.4434a1.25 1.25 0 0 1-1.748-0.26367 1.25 1.25 0 0 1 0.26367-1.748c3.9976-2.9509 9.679-4.8731 15.057-4.9297z" style="fill:#000088"/>
  243.                                        <path d="m11 49c-1.65 0-3-1.35-3-3v-30h-3c-0.55 0-1 0.45-1 1v35c0 0.55 0.45 1 1 1h22.95c-1.39-0.79-2.82-1.46-4.32-2-3.71-1.37-7.82-2-12.63-2z" style="fill:#000088"/>
  244.                                        <path d="m59 16h-3v30c0 1.65-1.35 3-3 3-4.81 0-8.92 0.63-12.63 2-1.5 0.54-2.93 1.21-4.32 2h22.95c0.55 0 1-0.45 1-1v-35c0-0.55-0.45-1-1-1z" style="fill:#000088"/>
  245.                                    </g>
  246.                                </svg>
  247.                                <span>Catalogue</span>
  248.                            </a>
  249.                                                    </li>
  250.                        <li >
  251.                            <a href="/forum/">
  252.                                <svg width="18" height="18" viewBox="0 0 4.34237 4.3423381">
  253.                                    <g transform="translate(-108.95378,-91.477639)">
  254.                                        <path d="m 110.99888,91.477639 h 1.8288 c 0.22966,0 0.41593,0.180622 0.41593,0.403578 v 0.96908 c 0,0.223308 -0.18627,0.403931 -0.41593,0.403931 h -0.33267 v 0.290336 c 0,0.06562 -0.0406,0.12453 -0.10301,0.149225 -0.0201,0.0081 -0.042,0.01235 -0.0631,0.01235 -0.0434,0 -0.0861,-0.01658 -0.11747,-0.04692 l -0.43004,-0.404988 h -0.78246 c -0.23071,0 -0.41628,-0.180623 -0.41628,-0.403931 v -0.96908 c 0,-0.222956 0.18557,-0.403578 0.41628,-0.403578" />
  255.                                        <path d="m 112.66646,93.616883 v 0.34925 c 0,0.07902 -0.0494,0.149225 -0.12382,0.179564 -0.0251,0.01023 -0.0505,0.01482 -0.0759,0.01482 -0.0529,0 -0.10372,-0.0194 -0.14252,-0.0568 l -0.51682,-0.486834 h -1.21497 c -0.27658,0 -0.50059,-0.217664 -0.50059,-0.48648 v -0.353131 h -0.58702 c -0.3041,0 -0.55104,0.246945 -0.55104,0.551039 v 1.323622 c 0,0.304095 0.24694,0.551392 0.55104,0.551392 h 0.44132 v 0.396169 c 0,0.08961 0.0533,0.169687 0.13582,0.203553 0.0279,0.01164 0.0561,0.01693 0.0847,0.01693 0.0568,0 0.11359,-0.02258 0.15593,-0.06456 l 0.57009,-0.552097 h 1.85278 c 0.3041,0 0.55069,-0.247297 0.55069,-0.551392 V 93.56185 c -0.0681,0.03457 -0.1464,0.05503 -0.2293,0.05503 h -0.40041" />
  256.                                    </g>
  257.                                </svg>
  258.                                <span>Forum</span>
  259.                            </a>
  260.                                                    </li>
  261.                        <li >
  262.                            <a href="/echanges/index.php">
  263.                                <svg width="20" height="17" viewBox="0 0 4.3314571 3.7706389">
  264.                                    <g transform="translate(-15.977127,-13.900363)">
  265.                                        <path d="m 15.977127,15.787186 v -0.269184 h 0.146362 c 0.139759,0 0.147035,-0.003 0.161203,-0.0673 0.129093,-0.585502 0.479438,-1.066905 0.964523,-1.325347 0.296164,-0.157789 0.769593,-0.261988 0.966173,-0.21265 0.09967,0.02502 0.18442,0.129532 0.18442,0.227441 0,0.17556 -0.106285,0.276634 -0.290896,0.276634 -0.129214,0 -0.439483,0.08275 -0.583062,0.155508 -0.412247,0.208902 -0.68961,0.622768 -0.738124,1.101381 -0.03436,0.339029 -0.09447,0.382701 -0.526756,0.382701 h -0.283843 z" />
  266.                                        <path d="m 17.952406,16.569533 c -0.209447,-0.05271 -0.420288,-0.223219 -0.527413,-0.426527 -0.05712,-0.108408 -0.06499,-0.151482 -0.06499,-0.35582 0,-0.204335 0.0079,-0.247409 0.06499,-0.355817 0.07942,-0.150738 0.254204,-0.316052 0.40767,-0.385593 0.172273,-0.07806 0.461171,-0.07343 0.640559,0.01027 0.162292,0.07572 0.319336,0.227867 0.396131,0.383778 0.08193,0.166341 0.08193,0.5284 0,0.694741 -0.07573,0.153741 -0.233579,0.308104 -0.387617,0.379044 -0.142748,0.06574 -0.387551,0.09161 -0.529331,0.05593 z" />
  267.                                        <path d="m 17.969109,17.58829 c -0.11576,-0.115761 -0.11576,-0.231733 0,-0.347493 0.06889,-0.06889 0.101518,-0.08328 0.189653,-0.08363 0.335108,-0.0013 0.704768,-0.162441 0.953987,-0.415764 0.247587,-0.251664 0.348491,-0.486852 0.402178,-0.937416 0.0097,-0.08149 0.03549,-0.141827 0.08365,-0.195771 l 0.06961,-0.07798 0.320198,-0.0081 0.320199,-0.0081 v 0.27113 0.271132 h -0.143315 -0.143311 l -0.038,0.152947 c -0.09676,0.389443 -0.269764,0.687806 -0.551368,0.950881 -0.344054,0.321421 -0.795465,0.509693 -1.224886,0.510868 -0.144349,2.65e-4 -0.161306,-0.0055 -0.238596,-0.08278 z" />
  268.                                    </g>
  269.                                </svg>
  270.                                <span>Swaps</span>
  271.                            </a>
  272.                        </li>
  273.                        <li >
  274.                            <a href="/outings/index.php?bourse=on&amp;show=on&amp;conference=on&amp;o=t">
  275.                                <svg width="20" height="20" viewBox="0 0 4.3413224 4.34269">
  276.                                    <g transform="translate(562.33187,176.88563)">
  277.                                        <path d="m -558.03664,-174.69488 -0.23671,-0.24166 c -0.0314,-0.0307 -0.0741,-0.0483 -0.11677,-0.0483 -0.004,0 -0.006,0 -0.009,7.1e-4 -0.004,-7.1e-4 -0.007,-7.1e-4 -0.01,-7.1e-4 h -2.1329 c -0.0861,0 -0.15628,0.0695 -0.15698,0.15558 l -0.005,0.49036 c -7.1e-4,0.0868 0.0698,0.15875 0.15663,0.15945 h 2.13219 c 0.002,0 0.006,0 0.008,0 0.004,0 0.008,0 0.0113,0 0.0427,0 0.084,-0.0165 0.115,-0.0469 l 0.24201,-0.23745 c 0.0314,-0.0296 0.0476,-0.0716 0.0483,-0.11571 7.1e-4,-0.0434 -0.0162,-0.085 -0.0469,-0.11536" />
  278.                                        <path d="m -562.28444,-175.78073 0.23672,-0.2406 c 0.0314,-0.0321 0.073,-0.0494 0.11641,-0.0494 0.004,0 0.006,0 0.009,0 0.004,0 0.007,-7e-4 0.01,-7e-4 h 2.13289 v 0 c 0.0861,0 0.15629,0.0705 0.1577,0.15628 l 0.004,0.49071 c 0,0.0868 -0.0698,0.1584 -0.15664,0.15946 h -2.13218 c -0.004,0 -0.006,0 -0.009,0 -0.004,0 -0.007,0 -0.0113,0 -0.0427,0 -0.0836,-0.0166 -0.11501,-0.0473 l -0.2413,-0.23707 c -0.0314,-0.0307 -0.0487,-0.072 -0.0487,-0.11536 -7.1e-4,-0.0441 0.0166,-0.0847 0.0473,-0.11606" />
  279.                                        <path d="m -560.432,-176.34271 v -0.27093 c 0,-0.15028 0.121,-0.27199 0.27093,-0.27199 0.14993,0 0.27094,0.12171 0.27094,0.27199 v 0.27093 h -0.54187" />
  280.                                        <path d="m -560.432,-173.90004 v 1.0855 c 0,0.14993 0.121,0.2716 0.27093,0.2716 0.14993,0 0.27094,-0.12167 0.27094,-0.2716 v -1.0855 h -0.54187" />
  281.                                    </g>
  282.                                </svg>
  283.                                <span>Outings</span>
  284.                            </a>
  285.                                                    </li>
  286.                        <li >
  287.                            <a href="/help/index.php">
  288.                                <svg width="18" height="18" viewBox="0 0 4.3423414 4.3423419">
  289.                                    <g transform="translate(-0.19117995,-0.24363508)">
  290.                                        <path d="M 3.3009163,2.0399795 C 3.2430607,2.1369934 3.122058,2.2583489 2.941083,2.4001656 2.8070275,2.5067045 2.7241247,2.5906656 2.6877886,2.6569878 2.6556858,2.7162545 2.6376941,2.8675961 2.6341663,2.9575545 H 1.9712969 V 2.8421961 c 0,-0.1195916 0.013758,-0.2176638 0.04057,-0.2903361 0.026458,-0.073378 0.066675,-0.1411111 0.1185333,-0.2014361 0.054328,-0.062089 0.1788583,-0.1742722 0.371475,-0.333375 0.1121833,-0.091369 0.1668639,-0.1756833 0.1668639,-0.2575277 0,-0.079022 -0.024342,-0.1421695 -0.072672,-0.1880306 -0.047625,-0.04445 -0.1188861,-0.066675 -0.2113138,-0.066675 -0.099483,0 -0.1830917,0.033514 -0.2487084,0.099483 -0.060678,0.060678 -0.099836,0.1594556 -0.1192389,0.3009195 L 1.3384136,1.8209045 C 1.3680466,1.5711378 1.4640025,1.3672323 1.623458,1.2137739 1.7892636,1.0539656 2.048908,0.97247395 2.3960413,0.97247395 c 0.2709334,0 0.4914194,0.05715 0.655814,0.16933335 0.225072,0.1516944 0.334786,0.3481916 0.334786,0.6004278 0,0.1019527 -0.029281,0.2017888 -0.085725,0.2977444 z m -0.974725,1.9187583 c -0.2010833,0 -0.3647722,-0.163336 -0.3647722,-0.365125 0,-0.2007307 0.1636889,-0.3647723 0.3647722,-0.3647723 0.2014362,0 0.3647723,0.1640416 0.3647723,0.3647723 0,0.201789 -0.1633361,0.365125 -0.3647723,0.365125 z m 0.035983,-3.71510272 c -1.1987388,0 -2.17099435,0.97190272 -2.17099435,2.17099442 0,1.1990916 0.97225555,2.1713473 2.17099435,2.1713473 1.1990916,0 2.1713473,-0.9722557 2.1713473,-2.1713473 0,-1.1990917 -0.9722557,-2.17099442 -2.1713473,-2.17099442" />
  291.                                    </g>
  292.                                </svg>
  293.                                <span>FAQ</span>
  294.                            </a>
  295.                        </li>
  296.                                            </ul>
  297.                </nav>
  298.            </div>
  299.                    </header>
  300.        <div id="main_container">
  301.                        <div class="middle_element" id="global">
  302.                <main id="main">
  303.                                        <nav id="main_breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
  304.                                                <span itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
  305.                                                        <a href="/" itemprop="item"><span itemprop="name">Numista</span></a>
  306.                                                        <meta itemprop="position" content="0" />
  307.                                                    </span>
  308.                                            </nav>
  309.                                                            <header id="main_title">
  310.                        <h1>Page not found</h1>
  311.                                            </header>
  312.                                        
  313.    <p style="margin-bottom:20px;">The request Web page cannot be located.<br />If you have manually typed the <abbr title="Uniform Resource Locator">URL</abbr>, please verify your entry.<br /><br />If the error persists, please report it on the forum or by email to <a href="mailto:contact@numista.com">contact@numista.com</a>.</p>
  314.    <div style="margin: 3em 0 0 0; text-align:center;"><svg style="width:30em; height:auto; max-width:100%;" id="a706cf1c-1654-439b-8fcf-310eb7aa0e00" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1120.59226" height="777.91584" viewBox="0 0 1120.59226 777.91584"><title>not found</title><circle cx="212.59226" cy="103" r="64" fill="#ff6584"/><path d="M563.68016,404.16381c0,151.01141-89.77389,203.73895-200.51559,203.73895S162.649,555.17522,162.649,404.16381,363.16457,61.04208,363.16457,61.04208,563.68016,253.1524,563.68016,404.16381Z" transform="translate(-39.70387 -61.04208)" fill="#f2f2f2"/><polygon points="316.156 523.761 318.21 397.378 403.674 241.024 318.532 377.552 319.455 320.725 378.357 207.605 319.699 305.687 319.699 305.687 321.359 203.481 384.433 113.423 321.621 187.409 322.658 0 316.138 248.096 316.674 237.861 252.547 139.704 315.646 257.508 309.671 371.654 309.493 368.625 235.565 265.329 309.269 379.328 308.522 393.603 308.388 393.818 308.449 394.99 293.29 684.589 313.544 684.589 315.974 535.005 389.496 421.285 316.156 523.761" fill="#3f3d56"/><path d="M1160.29613,466.01367c0,123.61-73.4842,166.77-164.13156,166.77s-164.13156-43.16-164.13156-166.77S996.16457,185.15218,996.16457,185.15218,1160.29613,342.40364,1160.29613,466.01367Z" transform="translate(-39.70387 -61.04208)" fill="#f2f2f2"/><polygon points="950.482 552.833 952.162 449.383 1022.119 321.4 952.426 433.154 953.182 386.639 1001.396 294.044 953.382 374.329 953.382 374.329 954.741 290.669 1006.369 216.952 954.954 277.514 955.804 124.11 950.467 327.188 950.906 318.811 898.414 238.464 950.064 334.893 945.173 428.327 945.027 425.847 884.514 341.294 944.844 434.608 944.232 446.293 944.123 446.469 944.173 447.428 931.764 684.478 948.343 684.478 950.332 562.037 1010.514 468.952 950.482 552.833" fill="#3f3d56"/><ellipse cx="554.59226" cy="680.47903" rx="554.59226" ry="28.03433" fill="#3f3d56"/><ellipse cx="892.44491" cy="726.79663" rx="94.98858" ry="4.80162" fill="#3f3d56"/><ellipse cx="548.71959" cy="773.11422" rx="94.98858" ry="4.80162" fill="#3f3d56"/><ellipse cx="287.94432" cy="734.27887" rx="217.01436" ry="10.96996" fill="#3f3d56"/><circle cx="97.08375" cy="566.26982" r="79" fill="#2f2e41"/><rect x="99.80546" y="689.02332" width="24" height="43" transform="translate(-31.32451 -62.31008) rotate(0.67509)" fill="#2f2e41"/><rect x="147.80213" y="689.58887" width="24" height="43" transform="translate(-31.31452 -62.87555) rotate(0.67509)" fill="#2f2e41"/><ellipse cx="119.54569" cy="732.61606" rx="7.5" ry="20" transform="translate(-654.1319 782.47948) rotate(-89.32491)" fill="#2f2e41"/><ellipse cx="167.55414" cy="732.18168" rx="7.5" ry="20" transform="translate(-606.25475 830.05533) rotate(-89.32491)" fill="#2f2e41"/><circle cx="99.31925" cy="546.29477" r="27" fill="#fff"/><circle cx="99.31925" cy="546.29477" r="9" fill="#3f3d56"/><path d="M61.02588,552.94636c-6.04185-28.64075,14.68758-57.26483,46.30049-63.93367s62.13813,11.14292,68.18,39.78367-14.97834,38.93-46.59124,45.59886S67.06774,581.58712,61.02588,552.94636Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M257.29613,671.38411c0,55.07585-32.73985,74.3063-73.13,74.3063q-1.40351,0-2.80255-.0312c-1.87139-.04011-3.72494-.1292-5.55619-.254-36.45135-2.57979-64.77127-22.79937-64.77127-74.02113,0-53.00843,67.73872-119.89612,72.827-124.84633l.00892-.00889c.19608-.19159.29409-.28516.29409-.28516S257.29613,616.30827,257.29613,671.38411Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M181.50168,737.26482l26.747-37.37367-26.81386,41.4773-.07125,4.29076c-1.87139-.04011-3.72494-.1292-5.55619-.254l2.88282-55.10258-.0223-.42775.049-.0802.27179-5.20415-26.88076-41.5798,26.96539,37.67668.06244,1.105,2.17874-41.63324-23.0132-42.96551,23.29391,35.6583,2.26789-86.31419.00892-.294v.28516l-.37871,68.064,22.91079-26.98321-23.00435,32.84678-.60595,37.27566L204.18523,621.958l-21.4805,41.259-.33863,20.723,31.05561-49.79149-31.17146,57.023Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><circle cx="712.48505" cy="565.41532" r="79" fill="#2f2e41"/><rect x="741.77716" y="691.82355" width="24" height="43" transform="translate(-215.99457 191.86399) rotate(-17.08345)" fill="#2f2e41"/><rect x="787.6593" y="677.72286" width="24" height="43" transform="matrix(0.95588, -0.29376, 0.29376, 0.95588, -209.82788, 204.72037)" fill="#2f2e41"/><ellipse cx="767.887" cy="732.00275" rx="20" ry="7.5" transform="translate(-220.8593 196.83312) rotate(-17.08345)" fill="#2f2e41"/><ellipse cx="813.47537" cy="716.94619" rx="20" ry="7.5" transform="translate(-214.42477 209.56103) rotate(-17.08345)" fill="#2f2e41"/><circle cx="708.52153" cy="545.71023" r="27" fill="#fff"/><circle cx="708.52153" cy="545.71023" r="9" fill="#3f3d56"/><path d="M657.35526,578.74316c-14.48957-25.43323-3.47841-59.016,24.59412-75.0092s62.57592-8.34055,77.06549,17.09268-2.39072,41.6435-30.46325,57.63671S671.84483,604.17639,657.35526,578.74316Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M611.29613,661.29875c0,50.55711-30.05368,68.20979-67.13,68.20979q-1.28835,0-2.57261-.02864c-1.71785-.03682-3.41933-.1186-5.10033-.23313-33.46068-2.36813-59.45707-20.92878-59.45707-67.948,0-48.65932,62.18106-110.05916,66.85186-114.60322l.00819-.00817c.18-.17587.27-.26177.27-.26177S611.29613,610.74164,611.29613,661.29875Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M541.72029,721.77424l24.55253-34.30732-24.6139,38.07426-.0654,3.93872c-1.71785-.03682-3.41933-.1186-5.10033-.23313l2.6463-50.58165-.02047-.39266.045-.07361.24949-4.77718-24.67531-38.16836,24.753,34.58547.05731,1.01433,2-38.21741-21.12507-39.44039L541.80616,625.928l2.08182-79.23247.00819-.26994v.26177l-.34764,62.47962,21.031-24.76934-21.11693,30.15184-.55624,34.21735,19.63634-32.839-19.71812,37.87389-.31085,19.0228,28.50763-45.70631-28.614,52.34448Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><path d="M875.29613,682.38411c0,55.07585-32.73985,74.3063-73.13,74.3063q-1.4035,0-2.80255-.0312c-1.87139-.04011-3.72494-.1292-5.55619-.254-36.45135-2.57979-64.77127-22.79937-64.77127-74.02113,0-53.00843,67.73872-119.89612,72.827-124.84633l.00892-.00889c.19608-.19159.29409-.28516.29409-.28516S875.29613,627.30827,875.29613,682.38411Z" transform="translate(-39.70387 -61.04208)" fill="#dfeefb"/><path d="M799.50168,748.26482l26.747-37.37367-26.81386,41.4773-.07125,4.29076c-1.87139-.04011-3.72494-.1292-5.55619-.254l2.88282-55.10258-.0223-.42775.049-.0802.27179-5.20415L770.108,654.01076l26.96539,37.67668.06244,1.105,2.17874-41.63324-23.0132-42.96551,23.29391,35.6583,2.26789-86.31419.00892-.294v.28516l-.37871,68.064,22.91079-26.98321-23.00435,32.84678-.606,37.27566L822.18523,632.958l-21.4805,41.259-.33863,20.723,31.05561-49.79149-31.17146,57.023Z" transform="translate(-39.70387 -61.04208)" fill="#3f3d56"/><ellipse cx="721.51694" cy="656.82212" rx="12.40027" ry="39.5" transform="translate(-220.83517 966.22323) rotate(-64.62574)" fill="#2f2e41"/><ellipse cx="112.51694" cy="651.82212" rx="12.40027" ry="39.5" transform="translate(-574.07936 452.71367) rotate(-68.15829)" fill="#2f2e41"/></svg></div>                            </main><!--
  315.             --><aside id="rightpub">
  316.                    
  317.                        <a href="https://katzauction.com/auctions" rel="sponsored">
  318.                            <picture>
  319.                                <source type="image/png" srcset="
  320.                                    /design/banners/katz2-vertical-high.png 2x,
  321.                                    /design/banners/katz2-vertical.png" />
  322.                                <img src="/design/banners/katz2-vertical.png" alt="Katz: the modern way to trade in rarities" style="width:160px; height:600px;">
  323.                            </picture>
  324.                        </a>                </aside>
  325.            </div>
  326.                    </div>
  327.        
  328.                
  329.                <div id="bottompub_container">
  330.            <aside class="middle_element">
  331.                
  332.                        <a href="https://katzauction.com/auctions" rel="sponsored">
  333.                            <picture>
  334.                                <source media="(min-width: 800px)" type="image/png" srcset="
  335.                                    /design/banners/katz2-horizontal-high.png 2x
  336.                                    /design/banners/katz2-horizontal.png" />
  337.                                <source media="(max-width: 799px)" type="image/jpeg" srcset="
  338.                                    /design/banners/katz2-rectangle-high.png 2x,
  339.                                    /design/banners/katz2-rectangle.png" />
  340.                                <img src="/design/banners/katz2-horizontal.png" alt="Katz: the modern way to trade in rarities" style="border:1px solid #CCCCCC">
  341.                            </picture>
  342.                        </a>            </aside>
  343.        </div>
  344.                
  345.        <footer id="global_footer">
  346.            <div class="middle_element">
  347.                <div role="navigation" class="footer_links">
  348.                    <a href="/info.php">About Numista</a>
  349.                    &ndash; <a href="/team.php">Numista Team</a>
  350.                    &ndash; <a href="/conditions.php">Terms of Use</a>
  351.                    &ndash; <a href="/legal.php">Legal information</a>
  352.                    &ndash; <a href="/advertising.php">Advertise</a>
  353.                    &ndash; <a href="/release_notes.php">Releases</a>
  354.                    &ndash; <a href="/api/index.php">API</a>
  355.                                        &ndash; <a href="/contact.php">Contact us</a>
  356.                </div>
  357.                <p class="footer_copyright">
  358.                    Numista.com&nbsp;&nbsp;2007 &ndash; 2024                </p>
  359.                            </div>
  360.            <a href="#" id="top_link" title="Back to the top of the page"><svg viewBox="0 0 4.3423414 4.3419189" height="21" width="21" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-8.4121625,-15.882612)"><path d="m 11.685058,18.037168 -0.813435,-0.813859 c -0.08022,-0.07973 -0.184538,-0.119591 -0.28829,-0.119591 -0.104739,0 -0.208491,0.03986 -0.287866,0.119591 l -0.8141413,0.813859 c -0.07938,0.07973 -0.119627,0.183444 -0.119627,0.288219 0,0.104422 0.04025,0.207786 0.119627,0.287514 0.07962,0.07973 0.183692,0.118886 0.288149,0.118886 0.103752,0 0.2080681,-0.03986 0.2878673,-0.118886 l 0.525991,-0.525992 0.525992,0.525992 c 0.0798,0.07973 0.184115,0.118886 0.28896,0.118886 0.103646,0 0.207398,-0.03986 0.286773,-0.118886 0.08008,-0.07973 0.119627,-0.183797 0.119627,-0.287514 0,-0.104775 -0.03955,-0.208492 -0.119627,-0.288219 z m -1.101725,2.187574 c -1.1983503,0 -2.1709593,-0.971902 -2.1709593,-2.171347 0,-1.199091 0.972609,-2.170994 2.1709593,-2.170994 1.199445,0 2.17096,0.971903 2.17096,2.170994 0,1.199445 -0.971515,2.171347 -2.17096,2.171347" /></g></svg></a>
  361.        </footer>
  362.    </div>
  363.    
  364.    <div id="zoomedPic">
  365.        <div id="zoomedMain">
  366.            <button class="prev_pic_btn">&lt;</button>
  367.            <div id="zoomedContent"></div>
  368.            <button class="next_pic_btn">&gt;</button>
  369.        </div>
  370.    </div>
  371.    
  372.        <script>
  373.        let date = new Date();
  374.        let diff = -date.getTimezoneOffset();
  375.        let xhr = new XMLHttpRequest();
  376.        xhr.open("GET", "/maj_decalage_horaire.php?f=" + diff, true);
  377.        xhr.send(null);
  378.    </script>
  379.        
  380.    
  381.    </body>
  382. </html>
  383.        
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda