-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (53 loc) · 2.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<head>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta property="og:title" content="Comment ça se prononce en français ?" />
<meta property="og:url" content="https://prononce.me" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="of:image" content="https://adamwolski.com/og-image-prononce-me.jpg" />
<meta property="fb:app_id" content="1655764497997143" />
<meta property="og:description" content="Utilisez YouTube pour améliorer votre l'accent français. De vraies personnes, des situations réelles, facile et amusant à utiliser. C'est chic!" />
<meta name="fragment" content="!">
<title></title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="alternate" hreflang="en" href="/lang/en">
<link rel="author" href="https://plus.google.com/110491158897816644863">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1655764497997143',
xfbml : true,
version : 'v2.5'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</head>
<body>
</body>
<template name="ytHeader">
<div class="container">
<div class="row">
<div class="col-md-12 logo-container">
<a href="/"><img src="/images/youtube.jpg" class="logo"><h1>{{_ "title"}}</h1></a>
</div>
<div class="col-md-12 desc">
{{_ "desc"}}
</div>
</div>
</div>
</template>