Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
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.
35 lines
1.2 KiB
35 lines
1.2 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<title>Timeline JS Example</title> |
|
<meta charset="utf-8"> |
|
<meta name="description" content="TimelineJS example"> |
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
<meta name="apple-touch-fullscreen" content="yes"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
|
<!-- Style--> |
|
<style> |
|
html, body { |
|
height:100%; |
|
padding: 0px; |
|
margin: 0px; |
|
} |
|
</style> |
|
<script type="text/javascript" src="build/js/jquery.min.js"></script> |
|
</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=0AkMdj0hth5RYdEZIR25PQ3V3NWRaajREZGlGY0pYX1E&output=html', |
|
debug: true, //OPTIONAL DEBUG TO CONSOLE |
|
lang: 'zh-cn' |
|
} |
|
</script> |
|
<script type="text/javascript" src="build/js/storyjs-embed.js"></script> |
|
<!-- END Timeline Embed--> |
|
</body> |
|
</html> |