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.
|
|
|
include includes/mixins
|
|
|
|
!!! 5
|
|
|
|
html(lang="en")
|
|
|
|
include includes/ascii
|
|
|
|
head
|
|
|
|
title TimelineJS Embed
|
|
|
|
meta(charset='utf-8')
|
|
|
|
meta(name='description', content='TimelineJS Embed')
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
// HTML5 shim, for IE6-8 support of HTML elements
|
|
|
|
//if lt IE 9
|
|
|
|
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
|
|
|
|
|
|
|
|
body
|
|
|
|
// BEGIN Timeline Embed
|
|
|
|
div#timeline-embed
|
|
|
|
script(type='text/javascript', src='js/storyjs-embed-cdn.js?v225')
|
|
|
|
// END Timeline Embed
|