frontend: add link to github repo from footer

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-08-30 10:37:58 -07:00
parent 7f5bb6c60b
commit 228105d229
No known key found for this signature in database
GPG Key ID: 5C02521D7B216AD6
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,12 @@
{{ define "footer" }}
<footer class="py-5 px-5">
<div class="container">
<p>&copy; 2018 Google Inc</p>
<p>
&copy; 2018 Google Inc
<span class="text-muted">
<a href="https://github.com/GoogleCloudPlatform/microservices-demo/">(Source Code)</a>
</span>
</p>
<p>
<small class="text-muted">
This website is hosted for demo purposes only. It is not an
@ -12,7 +17,6 @@
{{ if $.session_id }}session-id: {{ $.session_id }}</br>{{end}}
{{ if $.request_id }}request-id: {{ $.request_id }}</br>{{end}}
</small>
</div>
</footer>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>