{"id":128,"date":"2025-11-06T22:19:56","date_gmt":"2025-11-06T22:19:56","guid":{"rendered":"https:\/\/limittestgames.com\/?page_id=128"},"modified":"2025-11-07T15:26:36","modified_gmt":"2025-11-07T15:26:36","slug":"contact","status":"publish","type":"page","link":"https:\/\/limittestgames.com\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<!-- Bouton de Contact Minimaliste | Pr\u00eat pour WordPress (Bouton noir sur fond d'image) --><!--\n    ATTENTION: Ce bloc inclut le CDN de Tailwind CSS.\n    Si votre th\u00e8me utilise d\u00e9j\u00e0 Tailwind, vous pouvez supprimer la ligne de script.\n--><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<style>\n    \/* Styles sp\u00e9cifiques pour le bouton *\/\n    .contact-button {\n        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif;\n        border-radius: 0.5rem;\n        \/* Le bouton est maintenant noir *\/\n        background-color: black !important; \/* Force le fond noir *\/\n    }\n    \/* Styles pour l'image de fond de la section *\/\n    .section-background {\n        background-image: url('https:\/\/github.com\/Baykenn\/site-assets\/blob\/47977e04b50b06d4b6c2e840670c6bbdcbdaa681\/Heads_banner.png?raw=true'); \/* J'ai ajout\u00e9 '?raw=true' pour un lien direct vers l'image *\/\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        \n        \/* Garde la hauteur n\u00e9cessaire *\/\n        min-height: 300px; \/* Conserve une taille minimum pour que l'image soit visible *\/\n        \n        \/* Flexbox pour le centrage du bouton \u00e0 l'int\u00e9rieur *\/\n        display: flex; \n        align-items: center; \n        justify-content: center; \n        padding: 20px; \n        width: 100%; \/* Assurez-vous qu'il prend toute la largeur du conteneur du th\u00e8me *\/\n    }\n\n    \/* Assure que l'ic\u00f4ne Discord et Email zooment *\/\n    .icon-zoom {\n        transition: transform 300ms ease-out;\n    }\n    .icon-zoom:hover {\n        transform: scale(1.25);\n    }\n    \/* Classes pour le glissement initial et au survol *\/\n    .group:hover .text-content {\n        transform: translateY(-100%);\n        opacity: 0;\n    }\n    .group:hover .icons-content {\n        transform: translateY(0);\n        opacity: 1;\n    }\n\n    \/* CSS (Simplifi\u00e9) : Pour s'assurer qu'il prend la largeur maximale disponible dans le th\u00e8me *\/\n    .full-width-container {\n        \/*\n            J'ai retir\u00e9 le hack '100vw' et les marges n\u00e9gatives. \n            Ces lignes forcent le bloc \u00e0 d\u00e9border des conteneurs, ce qui peut causer un d\u00e9salignement \n            si le bloc parent lui-m\u00eame n'est pas centr\u00e9 (ce qui est le cas dans les th\u00e8mes encadr\u00e9s).\n            En gardant 100%, il prend la largeur maximale de l'espace allou\u00e9 par le th\u00e8me.\n        *\/\n        width: 100% !important; \n        box-sizing: border-box !important;\n        \/* Assurez-vous que le conteneur du th\u00e8me ne lui ajoute pas de rembourrage *\/\n        padding-left: 0 !important;\n        padding-right: 0 !important;\n        \/* Reste relatif pour les besoins de WordPress\/th\u00e8me *\/\n        position: relative !important; \n    }\n<\/style>\n\n<!-- \n    CONTENEUR PRINCIPAL DE LA SECTION AVEC IMAGE DE FOND ET BOUTON\n    Ce conteneur essaie de prendre toute la largeur du conteneur parent (du th\u00e8me).\n--><div class=\"full-width-container\">\n    \n    <!-- La div section-background est celle qui applique le fond d'image et le centrage (Flexbox) --><div class=\"section-background\">\n        \n        <!-- Le Bouton interactif --><button \n            class=\"contact-button group relative \n                   w-80 h-14 overflow-hidden \n                   border-2 border-white text-white font-semibold text-lg\n                   shadow-xl hover:shadow-2xl hover:border-cyan-400 transition-all duration-300\n                   focus:outline-none focus:ring-4 focus:ring-white\/50\"\n            aria-label=\"Contactez-nous par email ou Discord\"\n        >\n            \n            <!-- 1. Contenu par d\u00e9faut (Texte) : Glisse vers le haut et dispara\u00eet --><div \n                class=\"text-content absolute inset-0 flex items-center justify-center \n                       transition-all duration-300 transform group-hover:-translate-y-full \n                       group-hover:opacity-0 \n                       font-extralight text-xl\" \n                style=\"letter-spacing: 0.2em;\"\n            >\n                DON&#8217;T BE A STRANGER\n            <\/div>\n            \n            <!-- 2. Contenu au survol (Texte REACH OUT + Ic\u00f4nes) : Glisse du bas vers le haut et appara\u00eet --><div \n                class=\"icons-content absolute inset-0 flex items-center justify-between px-6 \n                       transition-all duration-300 transform translate-y-full opacity-0 \n                       group-hover:translate-y-0 group-hover:opacity-100\n                       font-extralight text-xl\"\n            >\n                <!-- Texte \"REACH OUT\" (Fade In) --><div style=\"letter-spacing: 0.2em;\">\n                    REACH OUT\n                <\/div>\n\n                <!-- Conteneur des ic\u00f4nes --><div class=\"flex space-x-6\">\n                    \n                    <!-- Lien E-mail --><a \n                      href=\"mailto:Paolo@limittestgames.com\" \n                      class=\"hover:text-cyan-400 transition-colors p-2\"\n                      aria-label=\"Envoyer un email\"\n                      title=\"Envoyer un email \u00e0 Paolo@limittestgames.com\"\n                    >\n                        <svg \n                          class=\"transition-transform duration-300 ease-out icon-zoom\" \n                          width=\"24\" height=\"24\" viewBox=\"0 0 36 36\" fill=\"currentColor\" stroke=\"none\" \n                          xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"xMidYMid meet\"\n                        >\n                            <title>email-line<\/title>\n                            <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0L32,9.21v17.5l-7.36-7.36-1.41,1.41ZM5.31,8H30.38L17.84,20.47Z\"><\/path>\n                            <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"\/>\n                        <\/svg>\n                    <\/a>\n                    \n                    <!-- Lien Discord --><a \n                      href=\"https:\/\/discord.gg\/5FeWPpzAQ3\" \n                      target=\"_blank\" \n                      rel=\"noopener noreferrer\" \n                      class=\"hover:text-cyan-400 transition-colors p-2\"\n                      aria-label=\"Rejoindre Discord\"\n                      title=\"Rejoindre Discord\"\n                    >\n                        <svg \n                          class=\"transition-transform duration-300 ease-out icon-zoom\" \n                          width=\"24\" height=\"24\" viewBox=\"0 0 32 32\" fill=\"currentColor\" stroke=\"none\" \n                          xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                        >\n                            <title>discord<\/title>\n                            <path d=\"M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157 0.118 0.315 0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z\"><\/path>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/button>\n    <\/div>\n<\/div>\n<!-- Fin du Bouton de Contact Minimaliste -->\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/blackpng-1024x341.png\" alt=\"\" class=\"wp-image-228\" style=\"width:1200px;height:auto\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>DON&#8217;T BE A STRANGER REACH OUT email-line discord<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"normal-width-container","site-content-style":"boxed","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-128","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - Limit Test Games<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/limittestgames.com\/index.php\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Limit Test Games\" \/>\n<meta property=\"og:description\" content=\"DON&#8217;T BE A STRANGER REACH OUT email-line discord\" \/>\n<meta property=\"og:url\" content=\"https:\/\/limittestgames.com\/index.php\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Limit Test Games\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-07T15:26:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/blackpng-1024x341.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Bayken77\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/\",\"url\":\"https:\/\/limittestgames.com\/index.php\/contact\/\",\"name\":\"Contact - Limit Test Games\",\"isPartOf\":{\"@id\":\"https:\/\/limittestgames.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/blackpng-1024x341.png\",\"datePublished\":\"2025-11-06T22:19:56+00:00\",\"dateModified\":\"2025-11-07T15:26:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/limittestgames.com\/index.php\/contact\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/limittestgames.com\/index.php\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/limittestgames.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/limittestgames.com\/#website\",\"url\":\"https:\/\/limittestgames.com\/\",\"name\":\"Limit Test Games\",\"description\":\"We are a small indie game studio like many other.\",\"publisher\":{\"@id\":\"https:\/\/limittestgames.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/limittestgames.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/limittestgames.com\/#organization\",\"name\":\"Limit Test Games\",\"url\":\"https:\/\/limittestgames.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/limittestgames.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/ltg_logo.png\",\"contentUrl\":\"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/ltg_logo.png\",\"width\":469,\"height\":357,\"caption\":\"Limit Test Games\"},\"image\":{\"@id\":\"https:\/\/limittestgames.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/Bayken77\",\"https:\/\/discord.gg\/5FeWPpzAQ3\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Limit Test Games","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/limittestgames.com\/index.php\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact - Limit Test Games","og_description":"DON&#8217;T BE A STRANGER REACH OUT email-line discord","og_url":"https:\/\/limittestgames.com\/index.php\/contact\/","og_site_name":"Limit Test Games","article_modified_time":"2025-11-07T15:26:36+00:00","og_image":[{"url":"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/blackpng-1024x341.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Bayken77","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/limittestgames.com\/index.php\/contact\/","url":"https:\/\/limittestgames.com\/index.php\/contact\/","name":"Contact - Limit Test Games","isPartOf":{"@id":"https:\/\/limittestgames.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage"},"image":{"@id":"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage"},"thumbnailUrl":"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/blackpng-1024x341.png","datePublished":"2025-11-06T22:19:56+00:00","dateModified":"2025-11-07T15:26:36+00:00","breadcrumb":{"@id":"https:\/\/limittestgames.com\/index.php\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/limittestgames.com\/index.php\/contact\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/limittestgames.com\/index.php\/contact\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/limittestgames.com\/index.php\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/limittestgames.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/limittestgames.com\/#website","url":"https:\/\/limittestgames.com\/","name":"Limit Test Games","description":"We are a small indie game studio like many other.","publisher":{"@id":"https:\/\/limittestgames.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/limittestgames.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/limittestgames.com\/#organization","name":"Limit Test Games","url":"https:\/\/limittestgames.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/limittestgames.com\/#\/schema\/logo\/image\/","url":"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/ltg_logo.png","contentUrl":"https:\/\/limittestgames.com\/wp-content\/uploads\/2025\/11\/ltg_logo.png","width":469,"height":357,"caption":"Limit Test Games"},"image":{"@id":"https:\/\/limittestgames.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Bayken77","https:\/\/discord.gg\/5FeWPpzAQ3"]}]}},"_links":{"self":[{"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/pages\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":22,"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions"}],"predecessor-version":[{"id":233,"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions\/233"}],"wp:attachment":[{"href":"https:\/\/limittestgames.com\/index.php\/wp-json\/wp\/v2\/media?parent=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}