go-bouquins/templates/provider.html

10 lines
277 B
HTML
Raw Normal View History

2017-09-08 18:29:01 +00:00
{{ template "header.html" . }}
<div class="container" id="provider">
<p>Veuillez sélectionner un mode d'authentification:<p>
<ul>
<!-- TODO list providers, icon -->
<li><a href="/login?provider=github">Github</a></li>
</ul>
</div>
{{ template "footer.html" . }}