You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Language Example</title>
|
|
|
|
<meta name="description" content="TimelineJS example">
|
|
|
|
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
height:100%;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!-- BEGIN Timeline Embed -->
|
|
|
|
<div id="timeline-embed"></div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
var timeline_config = {
|
|
|
|
width: "100%",
|
|
|
|
height: "100%",
|
|
|
|
source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html',
|
|
|
|
lang: 'fr' //FRENCH
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="../compiled/js/storyjs-embed.js"></script>
|
|
|
|
<!-- END Timeline Embed -->
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|