Skip to content

Commit

Permalink
Add one of those "shields.io" buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 committed May 2, 2015
1 parent 45bf6f9 commit 10b67a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tinyurl/templates/homepage.mak
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<link href="${request.static_path('tinyurl:static/theme.css')}" rel="stylesheet">
</head>
<body>
<p><big><big><a href="/">HOME</a></big></big></p>
<div>
<p style="text-align:left"><big><big><a href="/">HOME</a></big></big></p>
<img style="float:right" src="https://img.shields.io/github/release/offby1/pyramid-tinyurl.svg"/>
</div>
<form action="/shorten/" method="get">
<label for="input_url">URL To Make Tiny</label>
<input type="text" id="input_url" name="input_url" placeholder="Type a URL here, yo"/>
Expand Down

0 comments on commit 10b67a7

Please sign in to comment.