-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1019 Bytes
/
index.html
File metadata and controls
33 lines (32 loc) · 1019 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>M33</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link href="bootstrap3/css/bootstrap.css" rel="stylesheet" type="text/css">
<script data-main="js/main" src="js/vendors/require.min.js"></script>
<style>
.jumbotron {
background-color: #8fe9ee;
border-radius: 0px;
}
</style>
</head>
<body>
<div class="jumbotron">
<h1>M33</h1><h4></h4>
<p>Minimalistic Backbone BoilerPlate (with RequireJS)</p>
<a class="label label-info" href="https://github.com/k33g/m33"> github.com/k33g/m33</a>
<span class="label label-warning this-is-a-message">Hello world! :)</span>
</div>
<div class="container">
<div class="row">
<!-- your content -->
<div class="component-view"></div>
</div>
</div>
<script>
</script>
</body>
</html>