-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1.25 KB
/
index.html
File metadata and controls
34 lines (28 loc) · 1.25 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
<!doctype html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<title>Site Name|Page Name</title>
<meta name="description" content="site description">
<meta name="author" content="David Carter">
<!-- MOBILE SPECIFIC METADATA -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="_assets/css/style.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- FAVICON and APPLE ICONS -->
<link rel="shortcut icon" href="_assets/icons/favicon.ico">
<link rel="apple-touch-icon" href="_assets/imgs/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" href="_assets/imgs/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" href="_assets/imgs/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" href="_assets/imgs/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" href="_assets/imgs/icons/apple-touch-icon-144x144.png">
</head>
<body>
<script src="_assets/js/jquery1.9.1.js" ></script>
<script src="_assets/js/main.js" ></script>
</body>
</html>