-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
25 lines (25 loc) · 833 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
<!DOCTYPE html>
<html lang="en">
<head>
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
</head>
<body >
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div id="content">
<div class="row-fluid">
<div class="span12">
<div class="hero-unit">
<h1>Welcome to Super Simple Backbone Starter Kit</h1>
<p>This is your home page. To edit it just modify <i>index.html</i> file!</p>
<p><a class="btn btn-primary btn-large" href="http://twitter.github.com/bootstrap" target="_blank" >Learn more </a></p>
</div> <!-- hero-unit -->
</div> <!-- span12 -->
</div> <!-- row-fluid -->
</div> <!-- content -->
</div> <!-- span12 -->
</div> <!-- row-fluid -->
</div> <!-- container-fluid -->
</body>
</html>