-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·42 lines (37 loc) · 1.52 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
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta property="og:title" content=""/>
<meta property="og:type" content=""/>
<meta property="og:url" content=""/>
<meta property="og:image" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="google" value="notranslate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<link href="assets/img/apple-touch-icon.png" rel="aprple-touch-icon" />
<link href="assets/img/favicon.png" rel="shortcut icon" />
<link href="rss/rss.xml" rel="alternate" type="application/rss+xml" title="">
<link href="assets/release/main.min.css" rel="stylesheet" media="all">
</head>
<body>
<!-- content here -->
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<h1>Bootlace <i class="fa fa-check-circle fa-1x"></i></h1>
<p>Bootlace is a HTML5/CSS3 boilerplate with Twtitter's Bootstrap 3 and Font Awesome 4 built in. Bootlace also incorporates Grunt for easy developing and deployment tasks.</p>
</div>
</div>
</div>
<!-- load js -->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="assets/release/app.min.js"></script>
</body>
</html>