diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index 036d2f01d..fb47d53e3 100644 --- a/website/index.html +++ b/website/index.html @@ -20,10 +20,10 @@ </tr> <tr> <td> - <a href="https://travis-ci.com/denoland/deno"><img src="https://travis-ci.com/denoland/deno.svg?branch=master"/></a> + <a class="badge" href="https://travis-ci.com/denoland/deno"><img src="https://travis-ci.com/denoland/deno.svg?branch=master"/></a> </td> <td> - <a href="https://ci.appveyor.com/project/deno/deno"><img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/></a> + <a class="badge" href="https://ci.appveyor.com/project/deno/deno"><img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/></a> </td> </tr> </table> |