-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathupdated.html
56 lines (48 loc) · 1.44 KB
/
updated.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backbone Debugger</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<style>
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}
.page-header h2 {
text-align: center;
}
.page-body {
width: 80%;
margin: 0 auto;
}
.screenshot {
display: block;
width: 85%;
margin: 0 auto;
margin-bottom: 50px;
}
</style>
</head>
<body>
<div id="wrap"><div class="container">
<div class="page-header">
<h2><a title="Backbone Debugger on Chrome Web Store" href="https://chrome.google.com/webstore/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd">Backbone Debugger</a> has been updated!</h2>
</div>
<div class="page-body">
<img class="screenshot" alt="Backbone Debugger" src="img/screenshot.png" />
<p class="lead">
See what changed on the <a href="https://github.com/Maluen/Backbone-Debugger/releases/">Release Notes</a>.
</p>
<p class="lead">
Get the source code and contribute on <a href="https://github.com/Maluen/Backbone-Debugger" title="Github">https://github.com/Maluen/Backbone-Debugger</a>
</p>
</div>
</div></div>
<script src="js/lib/jquery.js"></script>
<script src="js/lib/bootstrap.min.js"></script>
</body>
</html>