FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TimelineJS/examples/example_jsonp.html at master · NUKnightLab/TimelineJS · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
NUKnightLab
/
TimelineJS
Public archive
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
8.9k
Code
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TimelineJS
/
examples
/
example_jsonp.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (46 loc) · 1.96 KB
Breadcrumbs
TimelineJS
/
examples
/
example_jsonp.html
Copy path
File metadata and controls
47 lines (46 loc) · 1.96 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<!--
88888888888 d8b 888 d8b 888888 d8888b
888 Y8P 888 Y8P 88b d88P Y88b
888 888 888 Y88b
888 888 88888b d88b d88b 888 888 88888b d88b 888 Y888b
888 888 888 888 88b d8P Y8b 888 888 888 88b d8P Y8b 888 Y88b
888 888 888 888 888 88888888 888 888 888 888 88888888 888 888
888 888 888 888 888 Y8b 888 888 888 888 Y8b 88P Y88b d88P
888 888 888 888 888 Y8888 888 888 888 888 Y8888 888 Y8888P
d88P
d88P
888P
-->
<
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
:
0
px
;
margin
:
0
px
;
}
</
style
>
<!-- HTML5 shim, for IE6-8 support of HTML elements-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</
head
>
<
body
>
<!-- BEGIN Timeline Embed -->
<
div
id
="
timeline-embed
"
>
</
div
>
<
script
type
="
text/javascript
"
>
var
timeline_config
=
{
width
:
"100%"
,
height
:
"100%"
,
source
:
'example_jsonp.jsonp'
}
</
script
>
<
script
type
="
text/javascript
"
src
="
../build/js/storyjs-embed.js
"
>
</
script
>
<!-- END Timeline Embed-->
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL