• DELETE FROM KEYWORDS WHERE ID_DOMAINE=2631390
  • DoneDoneDone

    URL:phaser.io

    Connection: keep-alive
    Date: Wed, 15 Jan 2025 16:21:42 GMT
    Content-Length: 162
    Content-Type: text/html
    Location: https://phaser.io/
    Server: nginx
    
    
    Location => https://phaser.io/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://phaser.io/

    <!doctype html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8" />
        <title>Phaser - A fast, fun and free open source HTML5 game framework</title>
    
        <meta name="viewport" content="width=device-width" />
    
            <meta name="csrf-token" content="qvMZ9PnJT0tF1CRBNUk7Vf8P5bREZZm4dnfOjzeb">
            <meta name="author" content="Phaser Studio, Inc." />
        <meta name="description" content="Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.">
        <meta name="keywords" content="phaser, html5, games, framework, library, canvas, webgl, animation, sprites, physics, audio, collision" />
        <meta itemprop="name" content="Phaser - A fast, fun and free open source HTML5 game framework">
        <meta itemprop="description" content="Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.">
        <meta itemprop="image" content="https://cdn.phaser.io/images/block1280.jpg">
        <meta property="og:url" content="https://phaser.io/">
        <meta property="og:type" content="website">
        <meta property="og:title" content="Phaser - A fast, fun and free open source HTML5 game framework">
        <meta property="og:description" content="Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.">
        <meta property="og:image" content="https://cdn.phaser.io/images/block1280.jpg">
        <meta property="twitter:domain" content="phaser.io">
        <meta property="twitter:url" content="https://phaser.io/">
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:title" content="Phaser - A fast, fun and free open source HTML5 game framework">
        <meta name="twitter:description" content="Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.">
        <meta name="twitter:image" content="https://cdn.phaser.io/images/block1280.jpg">
    
        <link rel="alternate" type="application/atom+xml" href="https://phaser.io/news.rss" title="Phaser News">
            <link rel="stylesheet" href="https://phaser.io/build/assets/Button-5BTads91.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/Hero-tBtbuYfL.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/Box2D-hKnS-kBf.css">
        <link rel="stylesheet" href="https://phaser.io/build/assets/WhyPhaser-PUAFh7iM.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/TrustedBySection-IsmkD-Gm.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/GamesSection-M3WaQf2K.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/EditorSection-X7QnQLAG.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/Frameworks-TIE5x7KA.css" />
        <style>
            @media screen and (max-width: 640px) {
                .tools {
                    padding: var(--spacing-outer);
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    gap: var(--spacing-outer);
                }
    
                .tools-header {
                    align-self: flex-start;
                    display: flex;
                    flex-direction: column;
                    gap: 0;
    
                }
    
                .tools-header .subtitle {
                    font-size: var(--font-size-m);
                    line-height: 1.3;
                }
    
                .tools-header-text {
                    flex: 1 0 85%;
                }
    
                .tools-header-illustration {
                    width: auto;
                    height: 30svh;
                    margin: 0 auto 1em auto;
                }
    
                .tools-header-illustration img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
    
                .tools-header-illustration:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 30svh;
                    background-image: radial-gradient(closest-side, var(--color-accent-dark) 0%, var(--color-black-zero) 100%);
                    z-index: -1;
                }
    
                .tools-content-section {
                    margin-bottom: 2em;
                }
    
                .tools-content-section h3 {
                    margin: .5em 0;
                }
    
                .tools-content-section-icon {
                    width: 9vw;
                }
            }
    
            @media screen and (min-width: 640.1px) {
                .tools {
                    padding: var(--spacing-outer);
                    position: relative;
                }
    
                .tools-header {
                    width: calc(60% - var(--spacing-outer));
                    position: sticky;
                    top: calc(1 * var(--nav-height));
                }
    
                .tools-header-text-title {
                    position: relative;
                }
    
                .tools-header-text-title:after {
                    content: "";
                    position: absolute;
                    top: calc(100% + 0.5 * var(--spacing-s));
                    left: 0;
                    width: 6vw;
                    height: 2px;
                    background: var(--color-accent);
                }
    
                .tools-header-text-subtitle {
                    font-size: var(--font-size-m);
                    line-height: 1.3;
                    max-width: 23em;
                }
    
                .tools-header-illustration {
                    width: 50%;
                    height: auto;
                    position: relative;
                    left: calc(-.75 * var(--spacing-outer));
                    pointer-events: none;
                    margin-bottom: -1em;
                }
    
                .tools-header-illustration img {
                    width: 133.333%;
                    height: auto;
                }
    
                .tools-header-illustration:after {
                    content: "";
                    position: absolute;
                    top: -33.333vh;
                    left: -27.5vw;
                    width: 55vw;
                    height: 100vh;
                    background-image: radial-gradient(closest-side, var(--color-accent-dark) 0%, var(--color-black-zero) 100%);
                    z-index: -1;
                }
    
                .tools-content {
                    width: 40%;
                    margin-left: 60%;
                }
    
                .tools-content-section {
                    margin-bottom: 2em;
                }
    
                .tools-content-section h3 {
                    margin: .5em 0;
                }
    
                .tools-content-section-icon {
                    width: 3vw;
                }
            }
        </style>
        <link rel="stylesheet" href="https://phaser.io/build/assets/Industries-fs30YZc2.css" />
        <link rel="stylesheet" href="https://phaser.io/build/assets/CTA-D9xDRY8u.css">
        <style>
            @media screen and (max-width: 640px) {
                .phaser_logo {
                    width: calc(7.6 * var(--font-size-base));
                    height: calc(1.6 * var(--font-size-base));
                }
    
                .phaser_logo--light path {
                    stroke: var(--color-black, #000);
                }
    
                .phaser_logo--light rect {
                    fill: var(--color-black, #000);
                }
            }
    
            @media screen and (min-width: 640.1px) {
                .phaser_logo {
                    width: 10.13vw;
                    height: 2.1vw;
                }
    
                .phaser_logo--light path {
                    stroke: var(--color-black, #000);
                }
    
                .phaser_logo--light rect {
                    fill: var(--color-black, #000);
                }
            }
        </style>
        <link rel="stylesheet" href="https://phaser.io/build/assets/Icons-_q8ETSMd.css">
        <link rel="stylesheet" href="https://phaser.io/build/assets/Video-FAl_HGgg.css" />
        <style>
            .home {
                transition: all .5s ease-out;
            }
    
            #space {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
                z-index: 10000;
            }
    
            .home {
                margin: auto;
                padding: 0;
                max-width: 100%;
                color: var(--color-white);
            }
        </style>
        <link rel="stylesheet" href="https://phaser.io/build/assets/Navbar-G07Jt0BN.css" />
        <style>
            .toast {
                padding: .5em 1em;
                color: white;
                display: flex;
                justify-content: space-between;
                align-items: center;
                max-width: 600px;
                margin: 4em auto 1em;
                position: absolute;
                z-index: 100;
                right: 0;
    
                background: linear-gradient(-135deg, var(--color-accent-dark) 0%, var(--color-black) 100%);
                color: var(--color-accent-lighter);
                box-shadow: 0 0 36px 6px rgba(161, 193, 255, 0.25);
            }
    
            .toast button {
                font-size: var(--font-size-l);
                color: white;
                background-color: transparent;
                border: none;
                cursor: pointer;
                padding-bottom: .25em;
            }
    
            .toast.toast-hidden {
                display: none;
            }
    
            .toast.toast-closed {
                animation: allert-slide-up .3s ease-out;
            }
    
            @keyframes allert-slide-up {
                from {
                    transform: translateX(0);
                    opacity: 1;
                }
    
                to {
                    transform: translateX(120%);
                    opacity: 0;
                }
            }
        </style>
        <link rel="stylesheet" href="https://phaser.io/build/assets/Footer-LvmoL7fe.css">
        <link rel="stylesheet" href="https://phaser.io/build/assets/Main-PFQCzVtR.css">
            <script src="https://cdn.usefathom.com/script.js" data-site="FPICFQHA" defer></script>
            <script src="https://www.google.com/recaptcha/api.js" async defer></script>
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-7NC8GZ639E"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
    
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());
    
            gtag('config', 'G-7NC8GZ639E');
        </script>
    </head>
    
    

    Phaser - A fast, fun and free open source HTML5 game framework

    Recherche META Description de la page

    Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.

    Recherche META Keywords de la page

    phaser, html5, games, framework, library, canvas, webgl, animation, sprites, physics, audio, collision

    UPDATE DOMAINES SET server='nginx',redirection='https://phaser.io/',Status='200',err='',[TITRE]=N'Phaser - A fast, fun and free open source HTML5 game framework',[DESCRIPTION]=N'Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.',[KEYWORDS]=N'phaser, html5, games, framework, library, canvas, webgl, animation, sprites, physics, audio, collision' WHERE id=2631390
  • 0

    Phaser - A fast fun and free open source HTML5 game framework Desktop and Mobile HTML5 game framework. A fast free and fun open source framework for Canvas and WebGL powered browser games. phaser html5 games framework library canvas webgl animation sprites physics audio collision

  • 0. Phaser (6)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. A (1)
  • --------->0
  • 3. fast (4)
  • --------->0
  • 5. fun (3)
  • --------->0
  • 6. and (3)
  • --------->0
  • 7. free (4)
  • --------->0
  • 8. open (4)
  • --------->0
  • 9. source (6)
  • --------->0
  • 10. HTML5 (5)
  • --------->0
  • 11. game (4)
  • --------->0
  • 12. framework (9)
  • --------->0
  • 13. Desktop (7)
  • --------->0
  • 15. Mobile (6)
  • --------->0
  • 28. for (3)
  • --------->0
  • 29. Canvas (6)
  • --------->0
  • 31. WebGL (5)
  • --------->0
  • 32. powered (7)
  • --------->0
  • 33. browser (7)
  • --------->0
  • 34. games (5)
  • --------->0
  • 43. library (7)
  • --------->0
  • 49. animation (9)
  • --------->0
  • 51. sprites (7)
  • --------->0
  • 53. physics (7)
  • --------->0
  • 55. audio (5)
  • --------->0
  • 57. collision (9)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Phaser',2631390),(N'-',2631390),(N'A',2631390),(N'fast',2631390),(N'fun',2631390),(N'and',2631390),(N'free',2631390),(N'open',2631390),(N'source',2631390),(N'HTML5',2631390),(N'game',2631390),(N'framework',2631390),(N'Desktop',2631390),(N'Mobile',2631390),(N'for',2631390),(N'Canvas',2631390),(N'WebGL',2631390),(N'powered',2631390),(N'browser',2631390),(N'games',2631390),(N'library',2631390),(N'animation',2631390),(N'sprites',2631390),(N'physics',2631390),(N'audio',2631390),(N'collision',2631390)