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.
19 lines
499 B
19 lines
499 B
12 years ago
|
!!! 5
|
||
|
html(lang="en")
|
||
|
include ../includes/ascii
|
||
|
head
|
||
|
title Timeline JS Example
|
||
|
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')
|
||
|
// 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')
|