Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
index.html 1.39 KiB
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    <!DOCTYPE html>
    
    peter_rabbit's avatar
    peter_rabbit committed
    <html lang="fr" prefix="og: https://ogp.me/ns#">
    
    peter_rabbit's avatar
    peter_rabbit committed
        <head>
            <meta charset="utf-8" />
    
    peter_rabbit's avatar
    peter_rabbit committed
            <title>Kuadrado Software | Pédagogie</title>
    
    peter_rabbit's avatar
    peter_rabbit committed
            <meta name="description" content="Animations autour de la création de jeux vidéos, vulgarisation numérique. Découvrez nos initiatives pédagogiques."/>
    
    peter_rabbit's avatar
    peter_rabbit committed
    
            <!-- Open Graph Protocol meta data -->
            <meta property="og:title" content="Kuadrado Software | Pédagogie" />
            <meta property="og:description" content="Animations autour de la création de jeux vidéos, vulgarisation numérique. Découvrez nos initiatives pédagogiques." />
            <meta property="og:type" content="website" />
            <meta property="og:url" content="https://kuadrado-software.fr/education" />
            <meta property="og:image" content="https://kuadrado-software.fr/assets/images/brain.svg" />
            <meta property="og:locale" content="fr_FR" />
    
            <!-- English translation not ready yet -->
            <!-- <meta property="og:locale:alternate" content="en_GB" /> -->
            <!-- END OGP -->
    
    
            <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
    
    peter_rabbit's avatar
    peter_rabbit committed
            <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    
            <link href="/style/style.css" rel="stylesheet" />
    
    peter_rabbit's avatar
    peter_rabbit committed
        </head>
        <body>
            <main></main>
        </body>
    
    peter_rabbit's avatar
    peter_rabbit committed
        <script type="text/javascript" src="./education.js"></script>
    
    peter_rabbit's avatar
    peter_rabbit committed
    </html>