1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-25 15:20:36 +00:00
opengist/templates/base/base_footer.html

19 lines
473 B
HTML
Raw Normal View History

2023-03-14 16:22:52 +01:00
{{ define "footer" }}
<p class="text-slate-400 py-8 [&>*]:mx-1.5 flex">
<span>
2023-04-12 13:25:41 +02:00
<a target="_blank" style="margin-left: 0 !important;" class="text-gray-500 hover:text-white inline-flex" href="https://github.com/thomiceli/opengist">
<span class="mr-1">Source</span>
</a>
2023-03-14 16:22:52 +01:00
</span>
<span class="text-gray-500">Load: <span class="font-bold">{{ loadedTime .loadStartTime }}</span></span>
</p>
</div>
</div>
</body>
</html>
{{ end }}