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
Commit 8b37ec7c authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

fix play button

See merge request !17
parents 2cb583cd 581e7efd
No related branches found
No related tags found
1 merge request!17fix play button
......@@ -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)
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment