Skip to content

Commit f99df89

Browse files
committed
Add a GitHub ribbon.
1 parent 6febd87 commit f99df89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

public/dev.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<!-- Container -->
2121
<div class="container">
22+
<a href="https://github.com/trantorLiu/Node-Backbone-Require-Example-Blog"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
2223
<section id="page-content"></section>
2324
</div>
2425

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<!-- Container -->
2121
<div class="container">
22+
<a href="https://github.com/trantorLiu/Node-Backbone-Require-Example-Blog"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
2223
<section id="page-content"></section>
2324
</div>
2425

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1>Node-Backbone-Require Example Blog</h1>
22
<p>A RESTful example blog built with Node.js, Backbone.js, Require.js, and MongoDB.</p>
3-
<a target="_blank" href="https://github.com/trantorLiu/Node-Backbone-Require-Example-Blog">Fork me on GigtHub</a>
3+
<a href="https://github.com/trantorLiu/Node-Backbone-Require-Example-Blog">Fork me on GigtHub</a>

0 commit comments

Comments
 (0)