-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 856 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Grunt Boilerplate</title>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="build/css/main.min.css">
<meta name="Description" content="Grunt Boilerplate">
<meta charset="UTF-8">
<script type="text/javascript">
/* JavaScript goes here */
</script>
</head>
<body>
<div class="container">
<div class="content">
<img src="build/img/grunt-logo.png">
<p>Grunt Boilerplate</p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="build/js/production.min.js"></script>
</body>
</html>