PiasyXu
11 years ago
4 changed files with 52 additions and 19 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,35 @@ |
|||||||
|
<!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> |
Loading…
Reference in new issue