-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 3.19 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
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<link rel="image_src" content="http://radio.yaourt.org/logo.jpg" />
<meta property="og:title" content="Radio Yaourt" />
<meta property="og:description" content="La radio de la bière et du yaourt." />
<meta property="og:url" content="http://radio.yaourt.org/" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="1525393101106304" />
<meta property="fb:admins" content="718665950,743059674" />
<meta property="og:image" content="http://radio.yaourt.org/logo.jpg" />
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/ultreme/radio.yaourt.org/gh-pages/logo.jpg" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href="https://fonts.googleapis.com/css?family=Chivo:900" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Radio Yaourt</title>
</head>
<body>
<div id="fb-root"></div>
<script>(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/fr_FR/sdk.js#xfbml=1&version=v2.5&appId=1525393101106304";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="container">
<div class="inner">
<header>
<h1>Radio Yaourt</h1>
<h2>La radio de la bière et du yaourt.</h2>
<!--<div
class="fb-like"
data-share="true"
data-width="450"
data-show-faces="true">
</div>-->
</header>
<section id="main_content">
<audio autoload="true" autoplay="true" controls>
<source src="http://stream.yaourt.org/aac-192" />
<source src="http://stream.yaourt.org/mp3-192" />
<source src="http://stream.yaourt.org/vorbis" />
<source src="http://stream.yaourt.org/aac-128" />
<source src="http://stream.yaourt.org/mp3-128" />
</audio>
</section>
<section id="comments">
<div class="fb-comments" data-href="https://www.facebook.com/radioyaourt/" data-numposts="5">
</div>
</section>
<footer>
<div class="fb-page" data-href="https://www.facebook.com/radioyaourt" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/radioyaourt"><a href="https://www.facebook.com/radioyaourt">Radio Yaourt</a></blockquote></div></div>
</footer>
</div>
</div>
</body>
</html>