forked from justinmarsan/MobileReadyFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·38 lines (33 loc) · 1.46 KB
/
Copy pathindex.html
File metadata and controls
executable file
·38 lines (33 loc) · 1.46 KB
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
<!DOCTYPE HTML>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8"/>
<title></title>
<!--
Include a basic stylesheet.
style.css (the complete stylesheet) will be added only if JS is enabled
-->
<link rel="stylesheet" href="css/base.css" type="text/css" media="screen" title="no title" charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1"/>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script type="text/javascript">
//Add the complete stylesheet
document.write('<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8">');
</script>
</head>
<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]> <body class="ie7"> <![endif]-->
<!--[if IE 8 ]> <body class="ie8"> <![endif]-->
<!--[if IE 9 ]> <body class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <body> <!--<![endif]-->
<!-- Page -->
<!-- /Page -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.5.1.min.js"><\/script>')</script>
<script src="js/modernizr-1.6.min.js"></script>
<script src="js/lazy-render.js" type="text/javascript" charset="utf-8"></script>
<!-- adds the complete stylesheet and starts the lazyloading timeout -->
<script src="js/render-functions.js?v=0000"></script>
</body>
</html>