forked from maxisix/maxisix-gulp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·35 lines (27 loc) · 1.05 KB
/
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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hello GulpJS</title>
<meta name="description" content="">
<meta name="keywords" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<!-- FB OPEN GRAPH -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:description" content="" />
<meta property="og:type" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="fb:admins" content=""/>
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.7.1/modernizr.min.js"></script>
</head>
<body>
<p>npm install to install the node_modules</p>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>