mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 14:54:24 +01:00
link to song repo instead of to github.
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
templ footerTemplate() {
|
templ footerTemplate() {
|
||||||
<div
|
<div
|
||||||
class="fixed -inset-x-24 inset-y-64 -z-10 h-full w-[200%] -rotate-12 overflow-hidden bg-gray-50 dark:bg-neutral-950 print:hidden"
|
class="fixed -inset-x-24 inset-y-64 -z-10 h-full w-[200%] -rotate-12 overflow-hidden bg-gray-50 dark:bg-neutral-950 print:hidden"
|
||||||
></div>
|
></div>
|
||||||
<footer class="mb-4 mt-6 text-center text-sm text-gray-400">
|
<footer class="mb-4 mt-6 text-center text-sm text-gray-400">
|
||||||
powered by
|
powered by
|
||||||
<a class="text-gray-400 underline" href="/">njump</a> & open-sourced on
|
<a class="text-gray-400 underline" href="/">njump</a> & open-sourced on
|
||||||
<a class="text-gray-400 underline" href="https://github.com/fiatjaf/njump">github</a>
|
<a class="text-gray-400 underline" href="https://git.njump.me/njump">github</a>
|
||||||
</footer>
|
</footer>
|
||||||
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
<defs>
|
<defs>
|
||||||
|
|||||||
Reference in New Issue
Block a user