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

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • kuadrado-software/kuadrado-website
1 result
Show changes
Commits on Source (2)
......@@ -6,16 +6,15 @@
<title>Kuadrado Software | Service</title>
<meta name="description" content="Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels."/>
<meta name="author" content="Kuadrado Software" />
<meta name="image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
<meta name="image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
<!-- Open Graph Protocol meta data -->
<meta property="og:title" content="Kuadrado Software | Service"/>
<meta property="og:description" content="Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels."/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kuadrado-software.fr/service"/>
<meta property="og:image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
<meta property="og:image" content="https://kuadrado-software.fr/assets/images/meca_proc.png"/>
<meta property="twitter:image" content="https://kuadrado-software.fr/assets/images/service.svg"/>
<meta property="og:image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
<meta property="twitter:image" content="https://kuadrado-software.fr/assets/images/toolcase.png"/>
<meta property="og:locale" content="fr_FR"/>
<meta property="og:site_name" content="Kuadrado Software" />
......@@ -25,7 +24,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="/style/style.css" rel="stylesheet" />
<script type="application/ld+json">{"@context":"https://schema.org","type":"WebPage","description":"Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels.","image":["https://kuadrado-software.fr/assets/images/service.svg","https://kuadrado-software.fr/assets/images/meca_proc.png"],"keywords":"service, development, web, software, ardeche, auvergne-rhone-alpes, sur-mesure, informatique, ingénierie, engineering","name":"Kuadrado Software - Service","url":"https://kuadrado-software.fr/service"}</script>
<script type="application/ld+json">{"@context":"https://schema.org","type":"WebPage","description":"Développement informatique freelance sur mesure, création de site web, applications métiers et logiciels.","image":["https://kuadrado-software.fr/assets/images/toolcase.png"],"keywords":"service, development, web, software, ardeche, auvergne-rhone-alpes, sur-mesure, informatique, ingénierie, engineering","name":"Kuadrado Software - Service","url":"https://kuadrado-software.fr/service"}</script>
</head>
<!-- The vocab attribute defines the standard vocabulary used for RDFa standard.
The DOM may contain properties such as "typeof" and "property" accordinly to the schema.org vocabulary -->
......
......@@ -40,7 +40,7 @@ class GameArticle {
tag: "button",
class: "play-button",
contents: "▶️&ensp;" + t("Jouer"),
onclick: this.handle_click_play.bind(this, button_data.fileurl, button_data.engine)
onclick: this.handle_click_play.bind(this, "/assets/data/" + button_data.filename, button_data.engine)
};
}
......