footer fix
This commit is contained in:
parent
7a221acb8e
commit
4d37ba56dc
|
@ -75,7 +75,7 @@ git clone https://codeberg.org/nocci/GameKeyManager
|
||||||
Alternative:
|
Alternative:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.nocci.it/nocci/GameKeyManager
|
git clone https://dev.skynet.li/nocci/GameKeyManager
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Setup Docker
|
### 2. Setup Docker
|
||||||
|
@ -160,6 +160,12 @@ Contributions are welcome:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 💬 Our Base
|
||||||
|
|
||||||
|
You can find us here: [https://skynet.li](https://skynet.li)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 🪙 Support
|
## 🪙 Support
|
||||||
|
|
||||||
Like the project? You can support me:
|
Like the project? You can support me:
|
||||||
|
|
10
setup.sh
10
setup.sh
|
@ -2486,10 +2486,18 @@ cat <<HTML_END > templates/footer.html
|
||||||
<strong>Game Key Manager</strong> — is done by nocci
|
<strong>Game Key Manager</strong> — is done by nocci
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<a href="https://git.nocci.it/nocci/GiftGamesDB" target="_blank" rel="noopener">
|
<a href="https://dev.skynet.li/nocci/GameKeyManager" target="_blank" rel="noopener">
|
||||||
<img src="{{ url_for('static', filename='forgejo.webp') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
|
<img src="{{ url_for('static', filename='forgejo.webp') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
|
||||||
find the source code on my Forgejo
|
find the source code on my Forgejo
|
||||||
</a>
|
</a>
|
||||||
|
·
|
||||||
|
<a href="https://skynet.li" target="_blank" rel="noopener">
|
||||||
|
skynet.li
|
||||||
|
</a>
|
||||||
|
·
|
||||||
|
<a href="https://codeberg.org/nocci" target="_blank" rel="noopener">
|
||||||
|
Codeberg
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>feel free to donate - if you can affort it:</span>
|
<span>feel free to donate - if you can affort it:</span>
|
||||||
|
|
|
@ -4,10 +4,18 @@
|
||||||
<strong>Game Key Manager</strong> — is done by nocci
|
<strong>Game Key Manager</strong> — is done by nocci
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<a href="https://git.nocci.it/nocci/GiftGamesDB" target="_blank" rel="noopener">
|
<a href="https://dev.skynet.li/nocci/GameKeyManager" target="_blank" rel="noopener">
|
||||||
<img src="{{ url_for('static', filename='forgejo.webp') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
|
<img src="{{ url_for('static', filename='forgejo.webp') }}" alt="forgejo" width="20" style="vertical-align:middle;margin-right:4px;">
|
||||||
find the source code on my Forgejo
|
find the source code on my Forgejo
|
||||||
</a>
|
</a>
|
||||||
|
·
|
||||||
|
<a href="https://skynet.li" target="_blank" rel="noopener">
|
||||||
|
skynet.li
|
||||||
|
</a>
|
||||||
|
·
|
||||||
|
<a href="https://codeberg.org/nocci" target="_blank" rel="noopener">
|
||||||
|
Codeberg
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>feel free to donate - if you can affort it:</span>
|
<span>feel free to donate - if you can affort it:</span>
|
||||||
|
|
Loading…
Reference in New Issue