forked from frankpf/gridless-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (22 loc) · 761 Bytes
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title></title>
<!-- Meta tags -->
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Don't forget to update the bookmark icons (favicon.ico and apple-touch-icons) in the root: http://mathiasbynens.be/notes/touch-icons -->
<!-- CSS -->
<link rel="stylesheet" href="assets/css/main.css?version=1" />
<!-- JavaScript -->
<!--[if IE]><![endif]-->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="assets/js/respond.min.js"></script>
</head>
<body>
</body>
</html>