mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
12 lines
252 B
HTML
12 lines
252 B
HTML
{{define "footer.html"}}
|
|
<footer>
|
|
<a href="https://www.pomerium.io">
|
|
<img
|
|
class="powered-by-pomerium"
|
|
src="/.pomerium/assets/img/pomerium.svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
height="25"
|
|
/>
|
|
</a>
|
|
</footer>
|
|
{{end}}
|