Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/

34 lines
738 B

13 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Language Example</title>
<meta name="description" content="TimelineJS example">
13 years ago
<style>
html, body {
height:100%;
padding: 0px;
margin: 0px;
}
</style>
13 years ago
</head>
<body>
<!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
<script type="text/javascript">
var timeline_config = {
13 years ago
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 -->
13 years ago
</body>
</html>