-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.html
52 lines (41 loc) · 1.76 KB
/
timeline.html
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
48
49
50
51
52
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ken210.Fx</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/style.css?v=2" type="text/css">
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=2" type="text/css">
<style type="text/css">
@import "css/timeline.css";
</style>
<script src="js/libs/modernizr-1.7.min.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<div id="timeline" data-frames="5">
Oie
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'));
</script>
<script src="js/jquery.spriteFrames.js" type="text/javascript"></script>
<script src="js/plugins.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js" type="text/javascript"></script>
<script type="text/javascript"> DD_belatedPNG.fix('img, .png_bg');</script>
<![endif]-->
</body>
</html>