We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e15ef commit 9d3d393Copy full SHA for 9d3d393
src/index.ejs
@@ -210,8 +210,17 @@
210
<body>
211
<div class="main">
212
<div class="header">
213
- <h2><a href="https://www.netlify.com">Netlify Identity</a></h2>
214
- <h1>Auth widget demo</h1>
+ <h2>
+ <a href="https://www.netlify.com">Netlify Identity</a>
215
+ <div>
216
+ <a href="https://travis-ci.org/netlify/netlify-identity-widget">
217
+ <img src="https://travis-ci.org/netlify/netlify-identity-widget.svg?branch=master">
218
+ </a>
219
+ <a href="https://github.com/netlify/netlify-identity-widget">
220
+ <img src="https://img.shields.io/github/stars/netlify/netlify-identity-widget.svg?style=social&label=Star">
221
222
+ </div>
223
+ </h2>
224
</div>
225
226
<div class="hands-on-area">
0 commit comments