-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.3 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
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Grunt Sample Project</title>
<!-- build:css css/application.min.css -->
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- endbuild -->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>Grunt Sample Project</h1>
<p>Blah blah blah</p>
<img class="build-system-logo" src="images/grunt-logo.png" alt="Grunt Task Runner" />
</div>
</div>
</div>
<!-- build:js js/application.min.js -->
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.mobile.min.js"></script>
<script type="text/javascript" src="js/jquery.mediaQueryBreakDetector.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.extractCoordinateFromMouseEvent.js"></script>
<script type="text/javascript" src="js/jquery.equalizeHeights.js"></script>
<script type="text/javascript" src="js/jquery.gentlyScrollTo.js"></script>
<!-- endbuild -->
</body>
</html>