-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
52 lines (45 loc) · 2.44 KB
/
template.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>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="">
<meta name="description" content="">
<title>Title</title>
<script>document.documentElement.className = 'js';</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<!-- Force latest IE rendering engine & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Make IE recognise HTML5 elements for styling -->
<!--[if lte IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- Disable image toolbar in IE6 -->
<!--[if lte IE 6]><meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="css/template.reset.css" />
<link rel="stylesheet" type="text/css" href="css/template.typography.css" />
<link rel="stylesheet" type="text/css" href="css/template.typography.12_20.css" />
<link rel="stylesheet" type="text/css" href="css/template.forms.css" />
<link rel="stylesheet" type="text/css" href="css/template.classes.css" />
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="css/template.ie.css" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="css/template.ie8.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/template.ie7.css" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/template.ie6.css" /><![endif]-->
</head>
<body>
<!--[if IE 6]><script src="iepngfix/iepngfix_tilebg.js"></script><![endif]-->
<script src="js/js.extensions.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery.js"%3E%3C/script%3E'));</script>
<script src="js/jquery.extensions.js"></script>
<script src="js/jquery.event.activate.js"></script>
<script src="js/jquery.validator.js"></script>
<script src="js/jquery.transitions.js"></script>
<script src="js/jquery.loading.js"></script>
<script src="js/jquery.popup.js"></script>
<script src="js/template.ui.js"></script>
<script src="js/js.details.js"></script>
<!-- debug -->
<!--script src="http://localhost:8001/vogue-client.js"></script-->
<!--script src="js/js.debug.js"></script-->
</body>
</html>